In java I can code either:
ActiveMQConnectionFactory connectionFactory =
new ActiveMQConnectionFactory("tcp://localhost:61616");
or
ActiveMQConnectionFactory connectionFactory =
new ActiveMQConnectionFactory("vm://localhost:61616");
What is the difference?
Ben
--
View this message in context:
http://camel.465427.n5.nabble.com/Difference-ConnFactory-vm-localhost-vs-ConnFactory-tcp-localhost-tp2262902p2262902.html
Sent from the Camel - Users mailing list archive at Nabble.com.
