RE: Target date for C++ Broker on Solaris?

2009-07-14 Thread Steve Huston
Hi Thomas, > As I can read on the main page, a Solaris Version of the C++ Broker is > planned. Is there any known target date or a timeline? Not that I'm aware of. The effort made a lot of progress but I've not heard much from the principal person involved in a while. > I want to use Qpid in a p

Re: localqueue get

2009-07-14 Thread Gordon Sim
Nithesh Shetty wrote: Hi, the listener sample has the following settings; SubscriptionManager subscriptions(session); SubscriptionSettings settings; settings.exclusive = false; setting.flowControl = FlowControl::messageWindow(1); settings.acceptMode = ACCEPT_MODE_EXPLICIT; settings.acquireM

Re: localqueue get

2009-07-14 Thread Nithesh Shetty
Hi, the listener sample has the following settings;  SubscriptionManager subscriptions(session);  SubscriptionSettings settings;  settings.exclusive = false;  setting.flowControl = FlowControl::messageWindow(1);  settings.acceptMode = ACCEPT_MODE_EXPLICIT;  settings.acquireMode = ACQUIRE_MODE_PRE_

Target date for C++ Broker on Solaris?

2009-07-14 Thread thomas.kempf
Hi everybody As I can read on the main page, a Solaris Version of the C++ Broker is planned. Is there any known target date or a timeline? I want to use Qpid in a planned project but the specifications are: - Based on C++ - XA Support - OS: Solaris Therefore I am thankful for any hints. Re

Re: flow control - "resource-limit-exceeded"

2009-07-14 Thread Gordon Sim
Andy Li wrote: Hi, What is the best way for the producer to recover (after a pause) and continue sending messages after "resource-limit-exceeded" exception, when the queue on the broker fills up? Is it necessary to close/reopen connection, as it seems? Creating a new session should be suffici