Re: Beginner - Need help (Basics)

2011-05-06 Thread Nathan Sevugan
I get this error when i remove the user information Property 'connectionURLString' threw exception; nested exception is User information not found on url between indicies 7 and 1 amqp://clientid/test?brokerlist='tcp://localhost:5672' -- View this message in context: http://apache-qpid-users.

Re: Beginner - Need help (Basics)

2011-05-06 Thread Mark Moseley
On Fri, May 6, 2011 at 1:32 PM, Nathan Sevugan wrote: > Steve, > > I have version 0.10 of qpidd cpp server built and running. > > Connection URL: > amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' - java > client still fails > with the error: "The following SASL mechanisms [PLAIN

Re: Beginner - Need help (Basics)

2011-05-06 Thread Nathan Sevugan
Steve, I have version 0.10 of qpidd cpp server built and running. Connection URL: amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' - java client still fails with the error: "The following SASL mechanisms [PLAIN] specified by the client are not supported by the broker" I am usi

Re: question of BDB persistence

2011-05-06 Thread Mahmoud Parsian
Hello Boris, thank you for replying to my email/questions. OK, I understand that I have to make my queue and messages durable, I have made all my queues durable (please see the attachedĀ virtualhosts_with_bdb.xml.txt file (renamed to .txt so that email does not count it as spam). Still I have t

Qpid Default Configuration

2011-05-06 Thread Fallon, Richard
Hello, Is it possible to change some of the default settings used when a queue is created, note I do not mean override them at runtime? So currently if a queue is created the default policy when the queue size is exceeded is to block the producer so no more data arrives. This is not acceptabl

Re: Beginner - Need help (Basics)

2011-05-06 Thread Nathan Sevugan
Thanks for your help Steve. I did not want to build the source from svn since it is subject to change. I have downloaded the source release and am trying to build it. Thanks Nathan On Fri, May 6, 2011 at 6:31 AM, Steve Huston [via Apache Qpid users] < ml-node+6337264-505083629-334...@n2.nabble.c

RE: Beginner - Need help (Basics)

2011-05-06 Thread Steve Huston
Hi Nathan, > 1. Where do I find the binaries for the latest (0.10) qpidd > cpp broker? Is there one or should I build it from the > source? I have not yet made an installer for 0.10 on Windows. You can build one from the source. > 2. I tried the qpidd .8 broker installer, does not > seem to w

Is it possible to delete overfill queue?

2011-05-06 Thread Ilyushonak Barys
Greetings, Could you please help me find the answer to the following question. Is it possible to auto delete queue, if the message count reach "max-queue-count" settings? I would like to solve the following use case. I have a producer and several consumers. Let it be cons1 connect to queue1 (au

Re: RPC over AMQP with Hessian

2011-05-06 Thread Emmanuel Bourg
Hi, Thanks to the availability of the Maven artifacts with the 0.10 release I've been able to finalize the library to do Hessian remote procedure calls over AMQP. A documentation is available with complete code examples on Github: http://ebourg.github.com/qpid-hessian The library is also av

RE: question of BDB persistence

2011-05-06 Thread Ilyushonak Barys
Greetings, Could you please check the following: 1. queue created as --durable 2. the messages sent as durable messages (message header property) to the broker. If so, the queue should store messages after broker restart. Regards, Boris -Original Message- From: Mahmoud Parsian [mailto: