Azure / azure-servicebus-jms

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

Refractor namespaces and packages to follow azure sdk guidelines. #48

Closed ksalazar-91 closed 3 months ago

ksalazar-91 commented 3 months ago

In Java, the namespace should be named com.azure..[.]. All consumer-facing APIs that are commonly used should exist within this package structure.

Changes We change com.microsoft.azure..[.] namespaces and packages to com.azure..[.].