Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-28 Thread jkorab
Hi, >From reading that rode, it looks as though your consumer does not have the GenericUIEvent on its classpath. Can you confirm? Jakub On Wed, Jun 28, 2017 at 8:06 AM, neelam [via ActiveMQ] < ml+s2283324n4727985...@n4.nabble.com> wrote: > Hi, > > I have recently upgraded activemq to 5.14.5 fro

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

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