Azure / azure-servicebus-jms

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

Fixing Jndi bug introduce by autodelete setting is null #43

Closed ksalazar-91 closed 7 months ago

ksalazar-91 commented 7 months ago

Dependencies update to ensure security compliance and to move to jakarta for spring compliance. During testing I found out Jndi bug introduced by autodelete on entities

Bugs

Jndi can have null settings so when auto delete feature was introduce it assume it was never null. However, when Jndi is used it will always hang and try to connect until the app is interred, adding a null checker for setting when we set factory extension.