-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the Request-Reply Pattern, Topics with the prefix “jms-tem-” are not successfully deleted after use. #135
Comments
After investigation, it was found that the producers associated with these temporary topics were not correctly closed, resulting in their failure to be successfully deleted. While tracing the code in |
I'm doing this for now, using PulsarMessageProducer.java
PulsarSession.java
PulsarConnectionFactory.java
|
pulsar-jms/pulsar-jms/src/main/java/com/datastax/oss/pulsar/jms/PulsarMessageProducer.java
Line 354 in dacf5a8
The text was updated successfully, but these errors were encountered: