diff --git a/resources/jndi.properties b/resources/jndi.properties new file mode 100644 index 00000000000..fff532f4bb3 --- /dev/null +++ b/resources/jndi.properties @@ -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]