This content has been marked as final.
Show 1 reply
-
1. Re: JMSPriority always set to 0 in PostgreSQL when a message is sent to a topic
garytully May 28, 2012 5:37 AM (in response to ingrid_ingrid.olson)That is not correct or expected behavior and it a little unusual because both the topic and queue send/add logic share the same underlying implementation to update the DB. From a priority perspective they should behave identically.
note: that a persistent message sent to a topic is only recorded when there are pending durable subscribers.