Skip to content

Commit

Permalink
jms properties file added for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketharan committed Sep 21, 2018
1 parent 4ccdf02 commit a11af9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/jndi.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# register some connection factories
# connectionfactory.[jndiname] = [ConnectionURL]

connectionfactory.QueueConnectionFactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://0.0.0.0:5672'
connectionfactory.TopicConnectionFactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://0.0.0.0:5672'


# register some queues in JNDI using the form
# queue.[jndiName] = [physicalName]

# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]

0 comments on commit a11af9d

Please sign in to comment.