kirkal wrote:
> 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?
>
tcp://kubk:61616
Chances are that the broker isn't listening on localhost:61616.
--
Christopher G. Stach II