Re: [Qpid JMS client] Asynchronous send JMS 2.0

2017-07-14 Thread Robbie Gemmell
On 14 July 2017 at 14:49, Timothy Bish wrote: > On 07/14/2017 09:34 AM, Vavricka wrote: >> >> Hi, >> >>qpid jms client version - 0.23.0 >>qpid c++ broker version - 0.34 >> >>I am unable to send messages asynchronously using the JMS 2.0 API. >> >>Connection

Re: [Qpid JMS client] Asynchronous send JMS 2.0

2017-07-14 Thread Gordon Sim
On 14/07/17 14:49, Timothy Bish wrote: The reason that the client is creating a new link on each send is that the message broker in question doesn't support anonymous relay links (at least it hasn't advertised to the client that it does) so the client must resort to creating a new link each

Re: [Qpid JMS client] Asynchronous send JMS 2.0

2017-07-14 Thread Timothy Bish
On 07/14/2017 09:34 AM, Vavricka wrote: Hi, qpid jms client version - 0.23.0 qpid c++ broker version - 0.34 I am unable to send messages asynchronously using the JMS 2.0 API. Connection string is same for JMS 1.1 and JMS 2.0 -

[Qpid JMS client] Asynchronous send JMS 2.0

2017-07-14 Thread Vavricka
Hi, qpid jms client version - 0.23.0 qpid c++ broker version - 0.34 I am unable to send messages asynchronously using the JMS 2.0 API. Connection string is same for JMS 1.1 and JMS 2.0 - "amqp://host:20405?jms.username=admin=admin=true=true=true" When I use JMS 1.1 API, it works ok.