Last active
May 4, 2016 22:18
-
-
Save maxschremser/09e6f3475f5f700f9c17784fd558f024 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.naming.provider.url=file:../jms/jms_test | |
java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory | |
java.naming.security.principal=guest | |
java.naming.security.credentials=guest | |
jms.queue.export=exportQueue | |
jms.queue.import=importQueue | |
jms.connection.factory=ConnectionFactory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment