[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Yes ours is clustered environment. I am not sure whether my queues are clustered or not... We have mbean code=org.jboss.jms.server.destination.QueueService name=jboss.messaging.destination:service=Queue,name=RequestQueue xmbean-dd=xmdesc/Queue-xmbean.xml depends

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Above entry is there in each node of cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197339#4197339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197339 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread ataylor
you'll need clustered set to true for each queue you want clustered. heres a sampled clustered queue config: mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=testDistributedQueue | xmbean-dd=xmdesc/Queue-xmbean.xml

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread rana24
Right...we did it.., sorry i missed it to paste it with the entry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197355#4197355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197355

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-18 Thread ataylor
I would run the clustering examples to validate your installation is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197358#4197358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197358

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-17 Thread ataylor
This is just the messages being deserialized. Is you're clustering configuration correct. Maybe you're queue isn't clustered and the consumer is connecting to a different node. I would run the clustering examples to validate your installation is correct. View the original post :

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-17 Thread rana24
Thanks andy for ur clarification, We are doing the same thing sending a message and thread.sleep for 1 second n sending another message. I have seen following log in system.log file , which is being repeated, ( System is running in cluster ) Is something happenining recursively ?? Any idea

[jboss-user] [JBoss Messaging] - Re: Message threshold

2008-12-16 Thread ataylor
anonymous wrote : Is there any limits of no. of messages on one queue ? | Is there any limits of total no. of messages ? There are no actual limits. JBM will start to page messages to the database once a certain threshold is reached. These are read back in to memory when a queue dips below a