Samples of Using a Queue

The AMPS Java client includes the following samples that demonstrate how to publish messages to a queue and how to consume messages from a queue.

Sample Name
Demonstrates

QueuePublisher.java

Publishing messages to a queue topic.

QueueSubscriber.java

Consuming messages from a queue topic.

Last updated