[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

clebert.suconic@jboss.com do-not-reply at jboss.com
Mon Aug 3 17:40:23 EDT 2009


On the JMS example, the only bug I found was the second destination didn' t enter into page mode right away. What should be fixed. But that will mean the destination will enter into page mode right away, so it should fail at the first time.

In your case.. you have the server full. We can't route any more messages until DestinationA had messages being consumed and Acked.


So... what's happening is:

Client sends messages to destinationA.
At this point the server is Full.

Client sends messages to destinationB.
(At this point the server should still be full. DestinationB should page right away, and the consumer shouldn' t receive anything until messages from destinationA were received).




For the management case.. I was suggesting to never page anything. But there is a risk of OME. (If we don't protect it). But as far as I know.. management destinations will aways be consumed or dropped. So.. I guess it would be ok to ignore paging on Management. Maybe the same would apply to temporary queues.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247699#4247699

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247699



More information about the jboss-user mailing list