Is your feature request related to a problem? Please describe.
The Activities in RabbitMQ client currently emit the messaging.operation attribute. However, the Semantic Conventions for messaging currently specify use messaging.operation.type for the values that are currently being set there, and to add messaging.operation.name to values like ack, nack, etc.
Describe the solution you'd like
At minimum, changing the messaging.operation attribute to messaging.operation.type would be helpful to comply with the conventions.
Adding messaging.operation.name would also be helpful for tracking the number of/searching for acks vs. nacks in the system. I'm not sure if there's a good place to add this in this library though; perhaps it would need to be done in higher level libraries.
Additional context
References #1528.