Vadiraj Hebbar
Vadiraj Hebbar

Reputation: 1

Message Attributes and Payload in RabbitMQ

I am using AMQP Java client i want to use message attributes properties like ,Message priority,Delivery mode, Message publishing timestamp,Expiration period, etc.how to set it on channel.basicPublish();

Upvotes: 0

Views: 2354

Answers (1)

kzhen
kzhen

Reputation: 3128

Have you looked through the RabbitMQ tutorials (http://www.rabbitmq.com/getstarted.html) they have lots of good examples which are in both java and python which should give you a good basis to start using RabbitMQ

Upvotes: -1

Related Questions