Re: Introducing Qpid Dispatch Router

2013-09-26 Thread Mitsuru Oka
2013/9/25 Ted Ross : > Load-balanced fan-out is not currently implemented but is something that I > consider a key feature. I'd be interested to hear if you have specific > requirements for how it works. > > One interesting request I've heard is to be able to establish groups of > consumers for a

Re: Reply-To Addresses (was Re: Introducing Qpid Dispatch Router)

2013-09-26 Thread Gordon Sim
On 09/26/2013 03:28 PM, Ted Ross wrote: On 09/26/2013 08:23 AM, Gordon Sim wrote: On 09/26/2013 01:14 PM, Ted Ross wrote: I'm putting a feature into Dispatch that allows a client to dynamically obtain a routable reply-to address. This will involve changes in Messenger as well. I'd be intere

Re: Reply-To Addresses (was Re: Introducing Qpid Dispatch Router)

2013-09-26 Thread Gordon Sim
On 09/26/2013 03:28 PM, Ted Ross wrote: On 09/26/2013 08:23 AM, Gordon Sim wrote: On 09/26/2013 01:14 PM, Ted Ross wrote: I'm putting a feature into Dispatch that allows a client to dynamically obtain a routable reply-to address. This will involve changes in Messenger as well. I'd be intere

Reply-To Addresses (was Re: Introducing Qpid Dispatch Router)

2013-09-26 Thread Ted Ross
On 09/26/2013 08:23 AM, Gordon Sim wrote: On 09/26/2013 01:14 PM, Ted Ross wrote: I'm putting a feature into Dispatch that allows a client to dynamically obtain a routable reply-to address. This will involve changes in Messenger as well. I'd be interested in hearing a bit more about that, wi

RE: Manually aborting a pending transaction

2013-09-26 Thread Zhemzhitsky Sergey
Hi Gordon, Sorry for delayed response. >> And that error came up repeatedly after that? Correct. >> Were there any errors or warnings logged by the broker just before this? >> (Do you still have the journal files?) Unfortunately there are no journal files by the moment which could help to rep

Re: Introducing Qpid Dispatch Router

2013-09-26 Thread Mitsuru Oka
2013/9/26 Ted Ross : > First, modify your client line to include a reply-to address. > > > $ dispatch-router -c qpid-dispatch.conf > $ ./server.py amqp://0.0.0.0/topic > $ ./client.py -r amqp://0.0.0.0/reply amqp://0.0.0.0/topic subject > > > You will also need to apply the following pa

Re: Introducing Qpid Dispatch Router

2013-09-26 Thread Gordon Sim
On 09/26/2013 01:14 PM, Ted Ross wrote: I'm putting a feature into Dispatch that allows a client to dynamically obtain a routable reply-to address. This will involve changes in Messenger as well. I'd be interested in hearing a bit more about that, with a view to making any necessary changes t

Re: Introducing Qpid Dispatch Router

2013-09-26 Thread Ted Ross
On 09/26/2013 12:03 AM, Mitsuru Oka wrote: Another question on Dispatch router is there. Could you show me an example of request-reply/response pattern via Dispatch router using proton messenger based sender and receiver? I tried proton client/server python example, but the client couldn't recei

Re: Introducing Qpid Dispatch Router

2013-09-26 Thread Gordon Sim
On 09/26/2013 05:03 AM, Mitsuru Oka wrote: Another question on Dispatch router is there. Could you show me an example of request-reply/response pattern via Dispatch router using proton messenger based sender and receiver? I tried proton client/server python example, but the client couldn't recei