Hi,
I create connection like this:
ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(
                                        name, password, url);

ActiveMQConnection amqConnection = (ActiveMQConnection) connectionFactory
                                        .createConnection();
but I donn't know what's mean about "name,password".  
How can I use these properties?
-- 
View this message in context: 
http://www.nabble.com/about-create-connection-tf1990899.html#a5463594
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to