Websphere MQ Everyplace

Package examples.midp.exampleapp.messageservice

This provides a simple interface to WMQe, wrapping a queuemanager and performing functions such as queue creation and message sending.

See:
          Description

Interface Summary
MessageConsumer This class is notified when a messsage has arrived on a monitored queue.
MessageService This acts as a frontend to WMQe, wrapping a queuemanager and performing functions such as queue creation and message sending.
MQeMessageServiceConstants MQeMessageServiceConstants provides an interface containing a set of constants for all users of the service.
 

Class Summary
MQeMessageService This implements a message service and aims to wrap an mqe queue manager and provide all basic functionality with a simpler interface.
MQeMessageServiceParameters An MQe queue manager requires a set of parameters in order to be started.
QueueManagerRules Example queue manager rules class.
RMSclear This is a simple program designed to clear all record stores available to the MIDlet suite that it is a part of.
 

Package examples.midp.exampleapp.messageservice Description

This provides a simple interface to WMQe, wrapping a queuemanager and performing functions such as queue creation and message sending.


Websphere MQ Everyplace