[rabbitmq-discuss] BasicProperties
Marek Majkowski
majek04 at gmail.com
Wed Aug 10 13:33:53 BST 2011
On Wed, Aug 10, 2011 at 12:45, Steven Taylor <taylste at gmail.com> wrote:
> Does RabbitMQ do anything with ".Expiration"?
> How about .ProtocolClassID & .ProtocolClassName?
> Just checking... ReplyTo & a ReplyToAddress should mirror each other right?
> Does placing a value in one populate the other?
RabbitMQ doesn't even look at the majority of properties. User
is required to make sure that the values are meaningful.
Notable exceptions are:
- delivery-mode which can only take value 1 or 2
- user-id which needs to be set to null or to username used by the
connection that sends a message. see:
http://www.rabbitmq.com/extensions.html#validated-user-id
Cheers,
Marek
More information about the rabbitmq-discuss
mailing list