Closed pjfanning closed 8 months ago
see https://github.com/akka/alpakka/issues/3038
from the description and checking the jms connector code, it's pretty clear that handleRetriableException is not closing the open sessions but just clearing the list of open sessions while leaving them open
https://github.com/apache/incubator-pekko-connectors/pull/485 merged - I'll keep an eye on the tests as they might be brittle
see https://github.com/akka/alpakka/issues/3038
from the description and checking the jms connector code, it's pretty clear that handleRetriableException is not closing the open sessions but just clearing the list of open sessions while leaving them open