tabish121 wrote:
> 
> Write some code, submit a patch.
> 

Are there any guidelines?  I mean - I don't even know where to start.  Is
there any place where I could look for ideas on how to implement it?
I assume that  to the user the interface should have something like:

connection->setUseAsyncSend(true);

and/or

connectionFactory->setUseAsyncSend(true);

and the rest should work exactly the same, right?

on the code side there should be some kind of syncronized queue that
asynchronous send just adds a message to.
>From where would I "consume" that queue though, is there a dedicated
activeMQ thread running behind the scenes?





-- 
View this message in context: 
http://www.nabble.com/activemq-cpp-%28stomp%29-asynchronous-send-tf3138459.html#a8714088
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to