Uses of Package
com.amazon.sqs.javamessaging
-
Packages that use com.amazon.sqs.javamessaging Package Description com.amazon.sqs.javamessaging com.amazon.sqs.javamessaging.acknowledge -
Classes in com.amazon.sqs.javamessaging used by com.amazon.sqs.javamessaging Class Description AmazonSQSMessagingClientWrapper This is a JMS Wrapper ofSqsClient.PrefetchManager This interface is helper to notify when the prefetchThread should be resuming messages.ProviderConfiguration SQSConnection This is a logical connection entity, which encapsulates the logic to create sessions.SQSMessageConsumer A client uses a MessageConsumer object to receive messages from a destination.SQSMessageConsumerPrefetch.MessageManager -
Classes in com.amazon.sqs.javamessaging used by com.amazon.sqs.javamessaging.acknowledge Class Description AmazonSQSMessagingClientWrapper This is a JMS Wrapper ofSqsClient.SQSMessageConsumerPrefetch.MessageManager SQSSession A session serves several purposes: It is a factory for its message producers and consumers. It provides a way to create Queue objects for those clients that need to dynamically manipulate provider-specific destination names. It retains messages it consumes until they have been acknowledged. It serializes execution of message listeners registered with its message consumers.