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