Re: Broker deadlock in queue message delivery

2009-08-13 Thread Chetan Sarva
er message ack > basis. > > Do you have active consumers for the destinations that are waiting for > space? > > Can you reproduce this scenario? > > 2009/8/12 Chetan Sarva > >> Hi, >> >> We appear to be facing a deadlock during queue message delive

Broker deadlock in queue message delivery

2009-08-12 Thread Chetan Sarva
Hi, We appear to be facing a deadlock during queue message delivery. See the following stack dump: "ActiveMQ Transport: tcp:///10.10.10.30:40919" daemon prio=10 tid=0x2aab002a3800 nid=0x281e in Object.wait() [0x57b77000] java.lang.Thread.State: TIMED_WAITING (on object monitor)

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-25 Thread Chetan Sarva
fire when KeepAlives should be failing. > > Best - Susmit > > > Chetan Sarva-2 wrote: > > > > 3.0 now requires that you initialize the library before using it. Simply > > call: > > > > activemq::library::ActiveMQCPP::initializeLibrary(); > > > >

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-24 Thread Chetan Sarva
Is there a different namespace I should go to for more features? > Any sample code will be helpful. > > Best - Susmit > > > Chetan Sarva-2 wrote: > > > > Which version of the library are you using? The latest version, 3.0, > which > > was released less than

Re: activemqcpp and consumer.selector

2009-06-23 Thread Chetan Sarva
After creating the queue or topic with createQueue(name) or createTopic(name), you can specify the selector using createConsumer(name, selector). Here's the method signature (from the 3.0 library): virtual MessageConsumer* createConsumer( const Destination* destination,

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-23 Thread Chetan Sarva
Which version of the library are you using? The latest version, 3.0, which was released less than 2 weeks ago, supports the failover transport for handling scenarios like this. chetan On Mon, Jun 22, 2009 at 8:22 PM, shaldar wrote: > > Hi all - > > I wrote a publish/subscribe clients that seem

Connection pooling from Spring & Mule

2009-05-31 Thread Chetan Sarva
Hi, Is Jencks still the preferred method of pooling connections for Spring's JmsTemplate? The jencks.org site is dead and gone, and the codehaus site seems a bit stale so it's hard to gauge if this is still being used and/or maintained. Also, it appears that Mule uses the ActiveMQConnectionFactor