[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Migrating from Weblogiv to JBoss

2005-07-28 Thread mparaz
#1 is in fact the JMS default (javax.jms.DeliveryMode.PERSISTENT). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887081#3887081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887081 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is 100 - 100KB msgs/sec achievable in JBossMQ?

2005-07-28 Thread mparaz
I got a recommendation against using MySQL for blobs here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887080#3887080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887080 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to move messages to another queue temporarily?

2005-06-13 Thread mparaz
Oh I forgot to say, "Legacy App." So if I were willing to add new code, I'd consume those messages in the MDB then store them in another queue which nobody is consuming. But the queue doesn't finish in time only when there are other problems, so I prefer a n administration solution over a progr

[JBoss-user] [Messaging, JMS & JBossMQ] - How to move messages to another queue temporarily?

2005-06-12 Thread mparaz
I'm using JBoss 4.0.2 with MySQL based persistence. I have a requirement that if any messages aren't processed by a certain time, I need to move them to another queue and reprocess the next day. I do this by updating JMS_MESSAGE_LOG and changing the destination. However, I need JBoss shut down