Adrian, 1) I know that, that is the reason for how we do 'keystreaming' 2) Maybe it shouldn't but for this purpose I need to. And I use a cluster locking mechanism 3) That is not what I want 4) exactly I want a snapshot!! 5) In effect the Queue the MDB listens on has 2 sets of messages, distinguishably by a message property. The MDB only listens on one of them. The other set is consumed inside the MDB via a normal queue receiver.
So the MDB should not 'read ahead' the messages that are not selected by its message selector right? Please do not just ignore this as a useless rant!! It isn't. And I do not ask for design either, so please don't just pull the read the FAQ card. I have two distinct problems. 1) I know that Messages are on the queue but the QueueBrowser does not show them. I know that the browser is not transactional and that is ok. All I want is to check if messages of a certain type are in the queue!! 2) Different MDB's are sending Messages to a Queue. My code garanties that messages with the same key are on the output queue in the same order as they came in!!. The log and the timestamp there proofs that this works as espected. But the client (normal jms app client) does not get it in that order. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866002#3866002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866002 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
