Azure / azure-servicebus-jms

Azure ServiceBus client using QPID for JMS users
MIT License
6 stars 5 forks source link

JNDI support #16

Closed bainian12345 closed 2 years ago

bainian12345 commented 3 years ago

This PR is to support the use of JNDI with this JMS client. The way to achieve this is to ensure that there is a factory class (extends ObjectFactory) to create the JNDI resource objects, and to ensure the JNDI resource classes (ConnectionFactory, Queue, Topic) can be created with this mechanism. The JNDIStorable class represents the base class for all the JNDI resource types that can be used by the factory class.