Siebel Store-and-Forward Messaging Guide > Business Services for Siebel Store-and-Forward Messaging >

SMQ Transport Service


This business service provides an interface between Siebel applications and the IBM WebSphere MQe Everyplace queuing system. Table 4 lists the SMQ Transport Service methods and their definitions.

Table 4.  SMQ Transport Service Methods
Method
Definition

GetQueues

Gets a list of user inbound queues from the queuing system.

WaitForMessage

Waits for a message on an application inbound queue.

MoveMessage

Moves a message from an application inbound queue to a user inbound queue.

PeekMessage

Retrieves a copy of the first message on a queue, the message remains on the queue.

ReceiveMessage

Retrieves the first message on a queue, the message is removed from the queue.

RemoveMessage

Removes the first message on a queue.

SendMessage

Sends a message to an outbound queue representing a client device.

Siebel Store-and-Forward Messaging Guide