Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-07 Thread Dejan Bosanac
It should work now on trunk again. 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

Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-07 Thread Dejan Bosanac
Hi Jake, just opened a Jira to track this https://issues.apache.org/jira/browse/AMQ-3275 Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in

Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-06 Thread jkorab
Hey Dejan, No, just playing around with the various options available from the In Action book. It's the one example I couldn't get running, and was wondering why. Thanks, Jake -- View this message in context: http://activemq.2283324.n4.nabble.com/UDP-ActiveMQConnection-start-loops-infinitely-t

Re: UDP ActiveMQConnection.start() loops infinitely

2011-04-04 Thread Dejan Bosanac
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 integratio

UDP ActiveMQConnection.start() loops infinitely

2011-04-03 Thread jkorab
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(); connecti