ANN: Habari ActiveMQ Client 2.7 - Client library for Delphi and Free Pascal

2011-04-03 Thread mjustin
Habarisoft is pleased to announce release 2.7 of its client library for the Apache ActiveMQ open source message broker. New in this version: * failover transport * tested with ActiveMQ 5.3.2, 5.4.2 and 5.5 * unsubscribe durable consumers * Session#CreateMessage returns an IMessage

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