Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
apollo-99-trunk-20120404.190241-13
Description
As discovered by accident in the console, recent Apollo snapshots use the following topics: ActiveMQ.Advisory.Topic and ActiveMQ.Advisory.Queue.
When trying to consume messages from these, the messages do not contain a "destination" header, this way violating the STOMP 1.1 spec.
Here is an example (the body contains binary characters):
'body' => t{)ID:xxx-21826-1333604711518-0:0eActiveMQ.Advisory.Queuen{)ID:xxx-21826-1333604711518-0:0AdvisoryoriginBrokerId NOT_SETd?monitor.test.yyy.apollo.xxx.stomp',
'header' =>
,
Could the "destination" header be added please?
This also brings other questions:
(1) why does Apollo generate protocol/openwire messages although I did not enable OpenWire?
(2) if these advisories are useful without OpenWire, the body should be easier to parse (e.g. JSON)