Uses of Class
org.apache.qpid.jms.JmsConnection
-
Packages that use JmsConnection Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.message org.apache.qpid.jms.meta -
-
Uses of JmsConnection in org.apache.qpid.jms
Subclasses of JmsConnection in org.apache.qpid.jms Modifier and Type Class Description classJmsQueueConnectionclassJmsTopicConnectionFields in org.apache.qpid.jms declared as JmsConnection Modifier and Type Field Description protected JmsConnectionJmsDestination. connectionprotected JmsConnectionJmsMessageConsumer. connectionprotected JmsConnectionJmsMessageProducer. connectionMethods in org.apache.qpid.jms that return JmsConnection Modifier and Type Method Description JmsConnectionJmsSession. getConnection()Methods in org.apache.qpid.jms with parameters of type JmsConnection Modifier and Type Method Description voidJmsLocalTransactionContext. acknowledge(JmsConnection connection, JmsInboundMessageDispatch envelope, ProviderConstants.ACK_TYPE ackType)voidJmsNoTxTransactionContext. acknowledge(JmsConnection connection, JmsInboundMessageDispatch envelope, ProviderConstants.ACK_TYPE ackType)voidJmsTransactionContext. acknowledge(JmsConnection connection, JmsInboundMessageDispatch envelope, ProviderConstants.ACK_TYPE ackType)Allows the context to intercept a message acknowledgement and perform any additional logic prior to the acknowledge being forwarded onto the connection.voidJmsLocalTransactionContext. send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome)voidJmsNoTxTransactionContext. send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome)voidJmsTransactionContext. send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome)Allows the context to intercept and perform any additional logic prior to a message being sent on to the connection and subsequently the remote peer.Constructors in org.apache.qpid.jms with parameters of type JmsConnection Constructor Description JmsConnectionConsumer(JmsConnection connection, JmsConsumerInfo consumerInfo, MessageQueue messageQueue, javax.jms.ServerSessionPool sessionPool)JmsContext(JmsConnection connection, int sessionMode)JmsQueueSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode)JmsSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode)JmsTopicSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) -
Uses of JmsConnection in org.apache.qpid.jms.message
Fields in org.apache.qpid.jms.message declared as JmsConnection Modifier and Type Field Description protected JmsConnectionJmsMessage. connectionMethods in org.apache.qpid.jms.message that return JmsConnection Modifier and Type Method Description JmsConnectionJmsMessage. getConnection()Methods in org.apache.qpid.jms.message with parameters of type JmsConnection Modifier and Type Method Description static voidJmsMessageTransformation. copyProperties(JmsConnection connection, javax.jms.Message source, JmsMessage target)Copies the standard JMS and user defined properties from the given source message to the specified target message.voidJmsMessage. setConnection(JmsConnection connection)static JmsDestinationJmsMessageTransformation. transformDestination(JmsConnection connection, javax.jms.Destination destination)Creates a an available JMS message from another provider.static JmsMessageJmsMessageTransformation. transformMessage(JmsConnection connection, javax.jms.Message message)Creates a new JmsMessage object and populates it using the details of the given Message. -
Uses of JmsConnection in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsConnection Modifier and Type Method Description JmsConnectionJmsConnectionInfo. getConnection()Methods in org.apache.qpid.jms.meta with parameters of type JmsConnection Modifier and Type Method Description voidJmsConnectionInfo. setConnection(JmsConnection connection)
-