[Top]
Public
Public.Protocols
Public.Protocols.Stomp
Public.Protocols.Stomp.Client
|
Method Public.Protocols.Stomp.Client()->send()
- Method
send
-
int send(string destination, string message, mapping|void headers, string|void txid, int(0..1)|void receipt)
- Description
-
send a message to a queue or topic
- Parameter destination
-
the name of the topic or queue to send the message to.
- Parameter message
-
the contents of the message to be sent
- Parameter headers
-
a list of headers we wish to include in the message
- Parameter txid
-
transaction identifier of the transaction we wish to associate
this message with.
- Parameter receipt
-
should we await confirmation of this command from the server?
|