Azure / azure-servicebus-jms

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

Initial Upload of Service Bus ConnectionFactory #1

Closed bainian12345 closed 4 years ago

bainian12345 commented 4 years ago

Uploaded the Service Bus ConnectionFactory package, which includes implementations of JMS ConnectionFactory, QueueConnectionFactory, and TopicConnectionFactory.

The implementations are leveraging QPID JMS, plus the integration with ConnectionStringBuilder to allow easy connections to Azure Service Bus through JMS, using connection strings generated for the user's Azure Service Bus resource.