> > > >> One other thing, at the risk of going too far OT for dev list, I can't >> seem to get topic retained messages to work (on any transport). On >> subscribing to a topic that should have retained messages, I don't see any >> initial frames at all. But if I subscribe to the topic while the messages >> are sent, I can see that that "retain:true" header is correctly set on them. >> >> My understanding is that upon a new subscription to the topic, the last >> retained message should be sent? Am I misunderstanding what retain:true >> should do here? Is there any caveats I should be aware of about it? >> >> > That sounds about right. Perhaps we have bug somewhere, I'll take a look. > But please open issue on the issue tracker at: > https://issues.apache.org/jira/browse/APLO > > Hi Will,
The problem is that you should use "retain:set" instead of "retain:true". Could you try that out? -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *[email protected] | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *
