You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by masterov <al...@us.icap.com> on 2007/01/29 22:17:36 UTC

activemq-cpp (stomp) asynchronous send

Is there a way to make send asynchronous in activemq-cpp (stomp)?

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


Re: activemq-cpp (stomp) asynchronous send

Posted by masterov <al...@us.icap.com>.

nmittler wrote:
> 
>> Is there a way to make send asynchronous in activemq-cpp (stomp)?
> 
> We don't currently support this, but you can always create a JIRA issue
> ...
> though I doubt we'll get to it until post 2.0 as we're currently gearing
> up
> for adding openwire support (which is consuming most of our time).
> 

Is the Openwire library going to have asynchronous send?
-- 
View this message in context: http://www.nabble.com/activemq-cpp-%28stomp%29-asynchronous-send-tf3138459.html#a8709189
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: activemq-cpp (stomp) asynchronous send

Posted by Nathan Mittler <na...@gmail.com>.
We don't currently support this, but you can always create a JIRA issue ...
though I doubt we'll get to it until post 2.0 as we're currently gearing up
for adding openwire support (which is consuming most of our time).

On 1/29/07, masterov <al...@us.icap.com> wrote:
>
>
> Is there a way to make send asynchronous in activemq-cpp (stomp)?
>
> --
> View this message in context:
> http://www.nabble.com/activemq-cpp-%28stomp%29-asynchronous-send-tf3138459.html#a8698172
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

RE: activemq-cpp (stomp) asynchronous send

Posted by masterov <al...@us.icap.com>.

tabish121 wrote:
> 
> This is more than likely something that would come after the 2.0 build.
> 
> As always, code contributions are welcome.  :)
> 
I'd like to contribute, How would I go about doing that?
-- 
View this message in context: http://www.nabble.com/activemq-cpp-%28stomp%29-asynchronous-send-tf3138459.html#a8713422
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


RE: activemq-cpp (stomp) asynchronous send

Posted by masterov <al...@us.icap.com>.

masterov wrote:
> 
> connectionFactory->setUseAsyncSend(true);
> 

FYI, this was fixed per Timothy Bish:
https://issues.apache.org/activemq/browse/AMQCPP-63

Thanks Timothy!

I can't test it however, since I can't check out the trunk, the links on
this page don't work:
http://activemq.apache.org/activemq-c-clients.html

anyone knows what the new URL is?


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


RE: activemq-cpp (stomp) asynchronous send

Posted by masterov <al...@us.icap.com>.

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.