Great - I'm glad you got it working. The store module will persist any type of object you specify as persistent when it's created: queue, exchange, message, binding, federation config.
The difference between queue and exchange is fully described in the AMQP 0-10 spec (www.amqp.org) but basically, messages are sent to exchanges. Exchanges route messages into queues. Consumers obtain messages from queues. -Steve > -----Original Message----- > From: dmounessa [mailto:[email protected]] > Sent: Tuesday, November 15, 2011 10:47 AM > To: [email protected] > Subject: RE: Durable queues and the Broker Confiugrations data-dir > > Thanks - I have got the source code and built and installed > /usr/local/lib/qpid/daemon/msgstore.so. > And it seems the java test application Spout and Drain works. > I.e I have run the Spout, restarted the broker and then run the Drain and > queued messages were there. I have a few more questions. > > 1. Does the data store only work with Queue and will it work with topic? > > 2. What is the difference between exchange and queues? and where do I > get more information as the differences between these destination types? > > Thanks for your help. > > > -- > View this message in context: http://apache-qpid- > users.2158936.n2.nabble.com/Durable-queues-and-the-Broker- > Confiugrations-data-dir-tp6994138p6996666.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
