On Thu, 2009-07-09 at 09:20 -0700, Calvin Lee wrote: > Hi, > I'm trying to download the c++ module for msgstore.so from the link provided > in the FAQ page: > > http://anonsvn.jboss.org.repos/rhmessaging/store/trunk/cpp > http://anonsvn.jboss.org.repos/rhmessaging/store/trunk/cpp > > But it doesn't work. Could someone advise how I can build the persistence > store module (msgstore.so)? > > I didn't realize qpid doesn't support queue/msg durability by default. I > tried to set up a durable exchange and queue and when I restart the broker > everything is gone. Isn't queue/message persistence part of the AMQP spec? > > Thanks, > Calvin
Doesn't work? What happens when you try this? These URLs work with subversion. If I use svn ls -vR http://anonsvn.jboss.org/repos/rhmessaging/store/trunk/cpp I get a list of all files and directories in the project; using svn co http://anonsvn.jboss.org/repos/rhmessaging/store/trunk/cpp store will check out all the files into a directory called "store". Hope that helps. Kim --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
