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

timfox do-not-reply at jboss.com
Tue Aug 4 04:03:39 EDT 2009


"clebert.suconic at jboss.com" wrote : 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).
  | 

That's not the behaviour I would expect.

I would expect destinationB to be depaged too - since it's just going to be consumed anyway.

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

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



More information about the jboss-user mailing list