[rabbitmq-discuss] help required: bind function

Saima Asif abdullahsaima at yahoo.com
Thu Feb 2 12:09:52 GMT 2012


Thank you very much Emile and Aamir for your kind replies.
 
Infact I know the basic concept of binding, if a queue is bounded to exchange then that queue wants to receive the message from that particular exchange. But I am so sorry I dont know how to interpret this relationship into programming langauge i.e. C++. How can I specify the queue that now this queue will recieve messages from this exchange. I have consulted all the material, But the problem is writing and interpreting. I am so sorry I think it would be a big ask. 
 
Any help would be highly appreiated.

Saima 

________________________________
From: Emile Joubert <emile at rabbitmq.com>
To: rabbitmq-discuss at lists.rabbitmq.com; abdullahsaima at yahoo.com 
Sent: Thursday, 2 February 2012, 9:51
Subject: Re: [rabbitmq-discuss] help required: bind function

Hi Saima,

On 31/01/12 22:23, Saima Asif wrote:
> I am student , and my supervisor and I have chosen to implement and
> study it at very simpler level. my classes are not refined. There is one
> class "message" which has a routing key.
> I need your help how can I write Bind() function for this.

Keep in mind that binding is an operation on a queue, not a message. See
http://www.rabbitmq.com/amqp-0-9-1-reference.html#class.queue for queue
operations.

Have you taken a look at the tutorials at
http://www.rabbitmq.com/getstarted.html ?
They introduce AMQP concepts (including binding) in a way that should be
of help. Unfortunately no C or C++ translation exists, but if you feel
brave you could contribute this.

-Emile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120202/56069b98/attachment.htm>


More information about the rabbitmq-discuss mailing list