Re: java client, c++ broker, no authentication

2011-07-14 Thread Rajith Attapattu
I believe the windows broker was defaulting to anonymous when authentication was disabled and the JMS client didn't support it. Since then we have added support for anonymous and this should work fine with the upcomming 0.12 release. Rajith On Thu, Jul 14, 2011 at 6:10 PM, Steve Huston wrote: >

messages get resent after broker is restarted, C++

2011-07-14 Thread Luba Hornung
Why after qpid broker is restarted messages which had been received in a previous session get received again? 1) I launch a broker, my server and a client. 2) Server sends messages to clients. 3) I disconnect broker by Ctrl+c 4) My client and server wait until I restart the

RE: java client, c++ broker, no authentication

2011-07-14 Thread Steve Huston
I believe this is an issue with the Windows' C++ broker code that was resolved recently by Gordon Sim. If you are up for checking the current source code out from subversion, that should do it. Else I believe this will be fixed in the 0.12 release coming up within a few weeks or so. -Steve -O

java client, c++ broker, no authentication

2011-07-14 Thread tnowicki
I saw some traffic on the subject back in 2009 but could not gleen an answer. I am running 0.10 c++ broker with --auth no, using the java build for 0.10. The first problem that I have is that the URL is not accepted without a username and password. I added guest:guest assuming that it won't care on

Re: Syntax For Creating Static Route with Headers Exchange

2011-07-14 Thread Gordon Sim
On 07/14/2011 04:37 PM, rfallon wrote: Hello, I am creating a route between two brokers on the headers exchange and would like to know how you specify an appropriate binding key. If I were subscribing direct to a headers exchange using AMQP I might use .. x-bindings:[{exchange:'amq.match', ar

Re: Dynamic Routes and Duplicate Messages

2011-07-14 Thread Gordon Sim
On 07/14/2011 04:40 PM, rfallon wrote: I'll have a go at using a unique key and let you know how I get on. Great, btw I meant using a unique key on your subscribers here, not on the federated route. - Apache Qpid - AMQP Mess

Re: Dynamic Routes and Duplicate Messages

2011-07-14 Thread rfallon
Hi Gordon, Thanks for the update. I'll have a go at using a unique key and let you know how I get on. Richard -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Dynamic-Routes-and-Duplicate-Messages-tp6562267p6583763.html Sent from the Apache Qpid users mailing

Syntax For Creating Static Route with Headers Exchange

2011-07-14 Thread rfallon
Hello, I am creating a route between two brokers on the headers exchange and would like to know how you specify an appropriate binding key. If I were subscribing direct to a headers exchange using AMQP I might use ... x-bindings:[{exchange:'amq.match', arguments : {x-match:all, data-service:loo

Re: qpid 0.8 queries

2011-07-14 Thread Nithesh Shetty
> and we can reach to the starting point. if there is > possibility of doing so please let me know. i meant to say is there any way to iterate through the message queue to and fro. --- On Thu, 7/14/11, Nithesh Shetty wrote: > From: Nithesh Shetty > Subject: Re: qpid 0.8 queries > To: users@qpi

Re: Dynamic Routes and Duplicate Messages

2011-07-14 Thread Gordon Sim
On 07/08/2011 01:09 PM, reekahdoh wrote: Hello All, I'll try and keep this as simple as possible. I'm using C++ Apache Qpid v0.8, and am having a problem when using dynamic routes with the headers exchange. FIRSTLY: Send two messages the default headers exchange on a broker. One Message has

Re: qpid 0.8 queries

2011-07-14 Thread Nithesh Shetty
> You can also browse the queue to non-destructively read > messages, instead of draining the queue. See e.g. > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.3/html-single/Programming_in_Apache_Qpid/index.html, > section "2.4.3.3. browse". that will help me to browse the message but