We have just rolled out release Battlestar (if you were wondering, our first production release was Avengers) and with it come some new fields in the CometD messaging API for querying.
MESSAGE objects returned through the CometD protocol now have two additional fields, the connector GUID and the connector version GUID that were used to return the results in that message. For example:
{ "channel": "/messaging", "data": { "queryId": "74f0a9c7-160e-4898-9d1d-c582eaf29f87", "messagesRemaining": 0, "executionId": "e89e1eab-fac8-43ae-8772-789f848d53f2", "requestId": "8dfccfa1-2424-4399-baf8-bccde6106eac", "connectorGuid": "74f0a9c7-160e-4898-9d1d-c582eaf29f87", "connectorVersionGuid": "74f0a9c7-160e-4898-9d1d-c582eaf29f87", "type": "MESSAGE", "data": {} } } }
You can find out more about this change by visiting our developer documentation.
by Chris Alexander, Developer