Make UDP protocol work
----------------------
Key: AMQ-3275
URL: https://issues.apache.org/jira/browse/AMQ-3275
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.5.0
Reporter: Dejan Bosanac
Fix For: 5.6.0
{code}factory = new ActiveMQConnectionFactory("udp://localhost:61618");
connection = factory.createConnection();
connection.start();{code}
Connection.start() seems to trigger an infinite loop in
ReliableTransport.request(Object).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira