ESB Services for the Client Type of Comet
The response is present under an IData variable in the pipeline, with a key whose value is the same as the name of the subscriber. For example, if the subscriber is named MySalesforceTopic, then there will be a key in the pipeline with the same name.
The IData structure is:
[subscriber_name]
message
channel.name (if present)
channel.endpoint
data.json
comet.msg
This IData variable contains the actual subscription response contents within the message pipeline variable, which contains the following pipeline variables:
channel.name: The name of the channel over which the subscription response arrived.
channel.endpoint: The endpoint value of the channel.
data.json: The streaming response contents in JSON format (note that this is only applicable if the provider client type is Comet).
comet.msg: The actual CometD message instance value. The type of the value is:
org.cometd.bayeux.Message.