fuse activemq 5.3.0-4 + STOMP PHP client from
http://code.google.com/p/stompcli/downloads/listIf I set expires: header to expiry timestamp in milliseconds and send
a message to a queue it all works as expected, if noone is subscribed
it disappears after the time is up.
However, If I send the same messaage with the same headers to a topic
with durable subscribers and the subscribers are not there, the
message just disappears.
is it supposed to be like that or should the topic with durable
subscribers behavie just like a queue?