Websphere MQ Everyplace

Package examples.queuemanager

Provides a simple example MQe server and a set of helper methods for configuring and starting various WMQe components.

See:
          Description

Interface Summary
MQeClearable Indicates that a data sink can be cleared of historical output.
 

Class Summary
MessageWaiter This class illustrates how to wait for a message to appear on a particular queue.
MQeChannelTimer A simple timer used in the process of timing out idle channels.
MQeClient To provide a simple example MQe client.
MQeMemoryQM To create a queue manager in-memory, with no disk footprint at all, use it and destroy it.
MQePrivateClient To provide a simple example MQe client capable of accepting private startup parameters.
MQePrivateServer To provide a simple example MQe server.
MQeQueueManagerUtils To provide a set of helper methods for configuring and starting various MQe components.
MQeResourceMonitor A monitor which periodically outputs statistics snap-shots to the specified readable data stream.
MQeServer To provide a simple example MQe server.
MQeServlet To provide a simple MQe servlet.
 

Package examples.queuemanager Description

Provides a simple example MQe server and a set of helper methods for configuring and starting various WMQe components.


Websphere MQ Everyplace