Thanks

I now see that my client should be setting *jms.alwaysSyncSend=true*
(although the qpid documentation has it as *jms.forceSyncSend=true*, so I am
setting both) option in the connection URI.

However, it is still operating asynchronously.

I forgot to mention that I am using a failover URI (with just a single
broker URI inside it) in order to make the client automatically retry a
dropped connection.

Could failover be forcing things into asynchronous mode?
And/or should the syncSend parameters be tacked onto the outer URI vs. the
inner URI ?

In other words, is it:

  failover:( broker-uri-here?broker.params )?failover.params&*sync.params*

OR

  failover:( broker-uri-here?broker.params&*sync.params* )?failover.params

Thanks again in advance




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Synchronous-message-production-tp4723171p4723207.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to