gaohoward opened a new pull request #2506: ARTEMIS-2230 Exception closing 
advisory consumers when supportAdvisory=false
URL: https://github.com/apache/activemq-artemis/pull/2506
 
 
   
   When broker's advisory is disabled (supportAdvisory=false) any
   advisory consumer won't get created at broker and the advisory
   consumer ID won't be stored.
   
   Legacy openwire clients can have a reference of advisory consumer
   regardless broker's settings and therefore when it closes the
   advisory consumer the broker has no reference to it.
   Therefore broker throws an exception like:
   
   javax.jms.IllegalStateException: Cannot
   remove a consumer that had not been registered
   
   If the broker stores the consumer info (even it doesn't create
   it) the exception can be avoided.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to