Hi,
We have several listeners (each with a different selector) for the same Topic.
The order of the messages per each listener (we need FIFO) is very important for us.
We understand that after connection failure, the "failure recovery" mechanism does not guarantee ordering of messages.
So we would like to identify "out of order" messages by tracking non-sequantial Message Ids.
However this only makes sense if each listener (different selectors remember?) has it's own messageId.
Is it possible to get a MessageId per listener?
thanks
Assaf
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115322#4115322
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115322
hi everybody
i have 3 Q
1-how to i use gravel and jbpm4jsf libs in seam web project
(i added these libs into my project and try to get process list via below code but output was empty (jbpm database and tables not empty))
<ga:responseActions>
<j4j:listProcesses target="#{proclist}"/>
///// get proclist
</ga:responseActions>
2-has seam a tag for get process lists?
3-how to i get jbpm-console(development version) via svn
tanx a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115312#4115312
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115312