Re: Question about activemq queue message events

2012-02-10 Thread Matt Pavlovich
Title: Signature No problem, let us know how it goes. Thanks! Matt Pavlovich On 2/10/12 3:50 PM, Brian Wright wrote: Hi Matt, Thanks for the information.  I will pass this response onto the developer to look into testing (and mov

Re: Question about activemq queue message events

2012-02-10 Thread Brian Wright
Title: Signature Hi Matt, Thanks for the information.  I will pass this response onto the developer to look into testing (and moving to) 5.5.x in our environment.  I will also forward your FuseSource build suggestions onto our developer. As for the back-end

Re: CLIENT_ACKNOWLEDGEMENT equivalent for producers

2012-02-10 Thread Gary Tully
producers can use transactions to batch a send, each send within a transaction will be sent async by default and the commit will be a sync call. On 10 February 2012 10:07, kaustubh khasnis wrote: > Hi, > While producing the messages, is it possible to use something similar to > CLIENT_ACKNOWLEDGE