Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created January 16, 2016 21:05
Show Gist options
  • Save AndrejGajdos/3dabbeea3f916f1c2aa8 to your computer and use it in GitHub Desktop.
Save AndrejGajdos/3dabbeea3f916f1c2aa8 to your computer and use it in GitHub Desktop.
java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
# use the following property to configure the default connector
java.naming.provider.url = tcp://localhost:61616
# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]
topic.MyTopic = example.MyTopic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment