| Modifier and Type | Method and Description |
|---|---|
Message |
newMessage(String queueName)
Creates a new instance of a
Message to be sent on a queue with putMessage(Message),
in order to set message attributes and items. |
PutMessageResponse |
putMessage(Message message)
Puts a
Message onto a queue specified by newMessage(String). |
Message newMessage(String queueName)
Message to be sent on a queue with putMessage(Message),
in order to set message attributes and items.queueName - The public name of the queue to put the message into. Must be a valid queue.MessagePutMessageResponse putMessage(Message message)
Message onto a queue specified by newMessage(String).
The message will be sent to all connections referenced by the queue.message - Message to send to the queue's connectionsPutMessageResponse which contains identifiers for the messages and the connections they
were sent to, or any encountered errorsCopyright © Veeva Systems 2017–2019. All rights reserved.