Hi Jake, frankly UDP transport needs some love as it hasn't been touched in a while (as I haven't seen anybody using it).
Any particular reason you chose it over other transport options? Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net Connect at CamelOne <http://camelone.com/> May 24-26 The Open Source Integration Conference On Sun, Apr 3, 2011 at 6:03 PM, jkorab <jakub.ko...@gmail.com> wrote: > Hi, > > I am trying to establish a UDP connection to ActiveMQ on localhost, setting > the URI to "udp://" over code that works appropriately using the tcp/nio > client connectors. Abridged: > > factory = new ActiveMQConnectionFactory("udp://localhost:61618"); > connection = factory.createConnection(); > connection.start(); > > connection.start() seems to trigger an infinite loop in > ReliableTransport.request(Object). Is there anything else that I would need > to do to enable a UDP connection between a producer client and the broker? > Cheers, > > Jakub > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/UDP-ActiveMQConnection-start-loops-infinitely-tp3423761p3423761.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >