activemq 1.0.1

Download zip

class: ActiveMqConnection

[27:14] (extern: com.lehman.aussom.ActiveMqConnection) extends: object

Connection to an ActiveMQ broker. The URL decides the mode: a vm:// URL reaches an embedded ActiveMqBroker in this JVM, while tcp://host:61616 or failover:(tcp://a:61616,tcp://b:61616) reach an outside broker. Configuration setters apply at connect() time, so call them first.

Methods