public class JmsManager extends Object
| Constructor and Description |
|---|
JmsManager(javax.jms.ConnectionFactory incomingCF,
javax.jms.ConnectionFactory outgoingCF)
Creates a new manager that uses the given standard JMS
connection factories to create factories for Spring-wrapped
connections.
|
JmsManager(javax.jms.ConnectionFactory incomingCF,
javax.jms.ConnectionFactory outgoingCF,
javax.jms.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(javax.jms.ConnectionFactory incomingCF,
javax.jms.ConnectionFactory outgoingCF,
javax.jms.ExceptionListener exceptionListener)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.exceptionListener - The listener. It may be null.public JmsManager(javax.jms.ConnectionFactory incomingCF,
javax.jms.ConnectionFactory outgoingCF)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.public IncomingJmsFactory getIncomingJmsFactory()
public OutgoingJmsFactory getOutgoingJmsFactory()
Copyright © 2019. All rights reserved.