[ 
https://issues.apache.org/activemq/browse/AMQCPP-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38440
 ] 

Timothy Bish commented on AMQCPP-63:
------------------------------------

I've taken an hour and implemented the Async send functionality.  Its not a 
perfect solution so I think we will refactor it at some point in the future.  

To use the new functionality you simple need to add useAsyncSend to the Broker 
URL as you would on the Java client.  

All Sessions created on that connection will be in Async Mode, so if you need a 
mix of Async and Non-Async Sessions you will need a separate connection that 
omits the useAsyncSend flag.

> asynchronous send
> -----------------
>
>                 Key: AMQCPP-63
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-63
>             Project: ActiveMQ C++ Client
>          Issue Type: New Feature
>          Components: CMS Impl, Openwire, Stomp
>    Affects Versions: 1.1, 2.0
>         Environment: Sun Solaris/any
>            Reporter: L:esha Masterov
>         Assigned To: Timothy Bish
>            Priority: Minor
>             Fix For: 2.0
>
>
> Please allow for asynchronous send in the C++ client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to