public class JmsManager extends Object
| Constructor and Description |
|---|
JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF)
Creates a new manager that uses the given standard JMS
connection factories to create factories for Spring-wrapped
connections.
|
JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF,
ExceptionListener exceptionListener)
Creates a new manager that uses the given standard JMS
connection factories to create factories for Spring-wrapped
connections, and directs exceptions to the given listener, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingJmsFactory |
getIncomingJmsFactory()
Returns the receiver's Spring-wrapped factory of incoming
connections.
|
OutgoingJmsFactory |
getOutgoingJmsFactory()
Returns the receiver's Spring-wrapped factory of outgoing
connections.
|
public JmsManager(ConnectionFactory incomingCF, ConnectionFactory outgoingCF, ExceptionListener exceptionListener)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.exceptionListener - The listener. It may be null.public JmsManager(ConnectionFactory incomingCF, ConnectionFactory outgoingCF)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.public IncomingJmsFactory getIncomingJmsFactory()
public OutgoingJmsFactory getOutgoingJmsFactory()
Copyright © 2015. All Rights Reserved.