Incompatible options to connection URI
--------------------------------------
Key: AMQ-2110
URL: https://issues.apache.org/activemq/browse/AMQ-2110
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.2.0
Environment: linux, redhat
Reporter: Erik Drolshammer
This URI works:
failover:(tcp://host:61616)?jms.useAsyncSend=true&jms.copyMessageOnSend=false
This does not:
failover:(tcp://host:61616)?jms.useAsyncSend=true&jms.copyMessageOnSend=false
&wireFormat.tightEncodingEnabled=false
This URI makes the client throw an IllegalArgumentException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.