Uses of Class
org.apache.qpid.jms.JmsConnection
Packages that use JmsConnection
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsConnection in org.apache.qpid.jms
Subclasses of JmsConnection in org.apache.qpid.jmsFields in org.apache.qpid.jms declared as JmsConnectionModifier and TypeFieldDescriptionprotected JmsConnectionJmsDestination.connectionprotected final JmsConnectionJmsMessageConsumer.connectionprotected final JmsConnectionJmsMessageProducer.connectionMethods in org.apache.qpid.jms that return JmsConnectionMethods in org.apache.qpid.jms with parameters of type JmsConnectionModifier and TypeMethodDescriptionvoidJmsLocalTransactionContext.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 JmsConnectionModifierConstructorDescriptionJmsConnectionConsumer(JmsConnection connection, JmsConsumerInfo consumerInfo, MessageQueue messageQueue, jakarta.jms.ServerSessionPool sessionPool) JmsContext(JmsConnection connection, int sessionMode) protectedJmsQueueSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) protectedJmsSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) protectedJmsTopicSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) -
Uses of JmsConnection in org.apache.qpid.jms.message
Fields in org.apache.qpid.jms.message declared as JmsConnectionMethods in org.apache.qpid.jms.message that return JmsConnectionMethods in org.apache.qpid.jms.message with parameters of type JmsConnectionModifier and TypeMethodDescriptionstatic voidJmsMessageTransformation.copyProperties(JmsConnection connection, jakarta.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, jakarta.jms.Destination destination) Creates a an available JMS message from another provider.static JmsMessageJmsMessageTransformation.transformMessage(JmsConnection connection, jakarta.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 JmsConnectionMethods in org.apache.qpid.jms.meta with parameters of type JmsConnection