public interface JmsResourceReleaser
Connection connection object resources.| Modifier and Type | Method and Description |
|---|---|
void |
releaseConnection(javax.jms.Connection connection)
Method exposed and used to perform the connection cleanup.
|
void |
releaseConsumerMessageListener(MessageListenerContext info)
Clean message listener registered under the described consumer.
|
void releaseConnection(javax.jms.Connection connection)
connection - the JMS Connection to be cleanedvoid releaseConsumerMessageListener(MessageListenerContext info)
info - Information regarding the message listener necessary to do the cleanup.Copyright © 2022. All rights reserved.