Java org.springframework.jms.support JmsUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.support JmsUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.support JmsUtils.

The text is from its open source code.

Method

StringbuildExceptionMessage(JMSException ex)
Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.
voidcloseConnection(@Nullable Connection con)
Close the given JMS Connection and ignore any thrown exception.
voidcloseConnection(@Nullable Connection con, boolean stop)
Close the given JMS Connection and ignore any thrown exception.
voidcloseMessageConsumer(@Nullable MessageConsumer consumer)
Close the given JMS MessageConsumer and ignore any thrown exception.
voidcloseMessageProducer(@Nullable MessageProducer producer)
Close the given JMS MessageProducer and ignore any thrown exception.
voidcloseQueueBrowser(@Nullable QueueBrowser browser)
Close the given JMS QueueBrowser and ignore any thrown exception.
voidcloseSession(@Nullable Session session)
Close the given JMS Session and ignore any thrown exception.
voidcommitIfNecessary(Session session)
Commit the Session if not within a JTA transaction.
JmsExceptionconvertJmsAccessException(JMSException ex)
Convert the specified checked javax.jms.JMSException JMSException to a Spring runtime org.springframework.jms.JmsException JmsException equivalent.