Module com.rabbitmq.jms
Package com.rabbitmq.jms.client
-
Interface Summary Interface Description ReceivingContextConsumer Callback before receiving a message.ReplyToStrategy Interface to provide a pluggable mechanism for dealing with messages received with a reply-to queue specified.SendingContextConsumer Callback before sending a message. -
Class Summary Class Description Completion Used to signal completion of an asynchronous operation.ConnectionParams Holder forRMQConnectionconstructor arguments.DefaultReplyToStrategy Default implementation of the reply-to strategy.HandleAnyReplyToStrategy Implementation of the reply to strategy that deals with any reply-to value received and will use the default, i.e.PublisherConfirmContext Information an outbound message being confirmed.ReceivingContext Context when receiving message.RMQConnection Implementation of theConnection,QueueConnectionandTopicConnectioninterfaces.RMQConnectionMetaData Meta data forRMQConnectionRmqJmsContext RMQMessage Base class for RMQ*Message classes.RMQMessageProducer RMQSession RabbitMQ implementation of JMSSessionSendingContext Context when sending message.SessionParams Holder forRMQSessionconstructor arguments. -
Enum Summary Enum Description AuthenticationMechanism Authentication mechanisms that the client can use to authenticate to the server. -
Exception Summary Exception Description RMQMessageListenerExecutionJMSException Wraps an execution exception as aJMSException.