broker confguration : i haven't changed a thing from the installation .
INFO JournalPersistenceAdapter - Journal Recovered: 0 message(s) in
transactions recovered.
INFO TransportServerThreadSupport - Listening for connections at:
tcp://kubk:61616
WARN MulticastDiscoveryAgent - brokerName not set
INFO TransportConnector - Connector default Started
INFO TransportServerThreadSupport - Listening for connections at:
tcp://kubk:61613?wireFormat=stomp
INFO TransportConnector - Connector stomp Started
INFO NetworkConnector - Network Connector default Started
INFO BrokerService - ActiveMQ JMS Message Broker
(localhost, ID:kubk-32801-1151624707911-1:0) started
Client connection URI:
ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("tcp://localhost:61616");
with
Connection connection = connectionFactory.createConnection();
connection.start();
is what i'm using.
does this suffice?
--
View this message in context:
http://www.nabble.com/ActiveMQ-hangs---4.0.1%21-tf1870393.html#a5112785
Sent from the ActiveMQ - User forum at Nabble.com.