[JBoss-user] [Messaging, JMS JBossMQ] - Re: Clustered Queues and Database restarts

2006-05-20 Thread shafieksavahl
So nobody else has seen this problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945124#3945124 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945124 --- Using

[JBoss-user] [Messaging, JMS JBossMQ] - Clustered Queues and Database restarts

2006-05-04 Thread shafieksavahl
Hello All (Using Jboss 4.0.4 RC2, Windows 2003, JDK 1.5, SQL Server 2000 with Microsoft JDBC Drivers SP3 used for JMS persistence) We are currently testing JBossMQ clustering of Queues and have been quite successful in gettings things up and running. We have 2 instances of JBoss setup in a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-11 Thread shafieksavahl
Hi upankar I hgave tried the following code in BasicQueue.java and it seems to work. Not sure of the implications in a clustered environment. Still to add some thread safe locks if necessary. | |public SpyMessage[] browse(String selector) throws JMSException |{ | if

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-10 Thread shafieksavahl
Hello upankar I was the one who posted a similar question last month and after much searching I was unable to find a solution to my problem. I was told that there might be a patch, but I am unable to find it. Not sure if you have to have a subscription to access it. I did find a reference

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ and browsing of Scheduled for Delivery Messages

2005-11-07 Thread shafieksavahl
Hi genman Thanks for the info. I will try to hunt around for the patch. Thanks Shafiek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3905894#3905894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905894

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ and browsing of Scheduled for Delivery Messages

2005-11-06 Thread shafieksavahl
Hi arashsun When I post messages to a JMS queue I am able to view browse the messages in the queue or using the jmx-console I can list the messages if the messages has not yet been delivered. If the messages have been attempted to be delivered, failed and then scheduled for redelivery, then

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ and browsing of Scheduled for Delivery Messages

2005-11-06 Thread shafieksavahl
Hi arashun I have an MDB that receives messages from a queue. In some circumstances that MDB calles MessageDrivenContext.setRollbackOnly() if it fails to process the message. I do this so that the message will be redelivered at a later time. I also have a queue with the following

[JBoss-user] [Messaging, JMS JBossMQ] - JbossMQ and browsing of Scheduled for Delivery Messages

2005-11-03 Thread shafieksavahl
Hello I am using Jboss 4.0.3 SP1 and I would like to browse messages that are in a queue that have been scheduled for redelivery. The scenario is that - I have set the RedeliveryDelay on a queue to be 3 ms - A message is processed by an MDB which fails to process the message and throws