Version bump.
[stompngo_examples.git] / jinterop / artemis / jndi.properties
blob97c3c602525703185e6e3f9be64d3df75412e170
1 #\r
2 \r
3 java.naming.factory.initial=org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory\r
4 # This port needs to be one that supports JMS, probably not the STOMP port.\r
5 # connectionFactory.ConnectionFactory=tcp://localhost:50616\r
6 connectionFactory.ConnectionFactory=tcp://localhost:61616\r
7 # Match the STOMP destination name here.\r
8 queue.queue/exampleQueue=jms.queue.exampleQueue\r