Re: Problems with JMS API

2010-07-05 Thread Rajith Attapattu
On Thu, Jul 1, 2010 at 2:25 PM, Jakub Scholz ja...@scholz.cz wrote: Hi Rajith, Sorry for the late answer, I was busy with different project. The older API's work as expected - if I call query on exchange or queue, I need the access right.- However, since on our system, we the client expects,

Re: Problems with JMS API

2010-07-02 Thread Jakub Scholz
Hi Rajith, One more question, hopefully the last one (since now thanks to you, almost everything is working) ... can I somehow add more bindings to existing consumer? The address for subscribing multiple bindings into one queue you suggested before ... my-own-topic-exchange/usa.#; {create:

Re: Problems with JMS API

2010-07-01 Thread Jakub Scholz
Hi Rajith, Sorry for the late answer, I was busy with different project. The older API's work as expected - if I call query on exchange or queue, I need the access right.- However, since on our system, we the client expects, that the exchanges exist and if they don't, then the client anyway

Re: Problems with JMS API

2010-06-28 Thread Jakub Scholz
Hi Rajith, Thanks for the fix - the first three problems are working as expected with latest trunk. I used following address when I found these problems: amq.direct/CLIENT_X.56789; {create: receiver, link : {name : 'service.tmp.CLIENT_X.123456_resp', x-declare : { auto-delete: true, exclusive:

Re: Problems with JMS API

2010-06-28 Thread Rajith Attapattu
On Mon, Jun 28, 2010 at 5:25 AM, Jakub Scholz ja...@scholz.cz wrote: Hi Rajith, Thanks for the fix - the first three problems are working as expected with latest trunk. I used following address when I found these problems: Thanks for checking it out and letting me know.

Re: Problems with JMS API

2010-06-25 Thread Rajith Attapattu
Hi Jakub, Apologies for the delay in replying to you. I was down with the flu this week and it derailed most of my plans. Anyways there was a bug (QPID-2696) in Qpid which cause the issue you reported. I have fixed this in rev 957942 in trunk. Please give it a try and let us know. Again, very

Re: Problems with JMS API

2010-06-17 Thread Jakub Scholz
Hi , Thanks for your answer. I checkout the latest trunk source codes from svn and built them. I tried the addresses you suggested as well as the JMS example from the documentation you pointed me to. Although the example seems to be working, it seems to me that it is just exchanging the messages

Re: Problems with JMS API

2010-06-16 Thread Rajith Attapattu
On Tue, Jun 15, 2010 at 2:53 PM, Jakub Scholz scho...@scholzj.com wrote: Hi, I'm providing Qpid based service, which allows client's applications to connect to the broker, send requests, receive responses and receive broadcasts (via topic exchange). Since there are different clients

Problems with JMS API

2010-06-15 Thread Jakub Scholz
Hi, I'm providing Qpid based service, which allows client's applications to connect to the broker, send requests, receive responses and receive broadcasts (via topic exchange). Since there are different clients connecting with their own applications, the clients are strictly limited to do only