[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-15 Thread dannyyates
Why do you "think the jmsDeliveryMode 2 stands for NON_PERSISTENT"? Instead of 
guessing, I consulted the J2EE API documentation. This clearly states that 
javax.jms.DeilveryMode.PERSISTENT = 2 (NON_PERSISTENT = 1)

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-15 Thread stabilo
this is the message output from the mdb:

Header {
   jmsDestination  : QUEUE.A
   jmsDeliveryMode : 2
   jmsExpiration   : 0
   jmsPriority : 4
   jmsMessageID: ID:3-10820278826871
   jmsTimeStamp: 1082027882687
   jmsCorrelationID: null
   jmsReplyTo  : QUEUE.B
   jmsType : null
   jmsRedelivered  : false
   jmsPropertiesReadWrite:false
   msgReadOnly : true
   producerClientId: ID:3
}
Body {
   text:CMD_LOESCHEN
}

i think the jmsDeliveryMode 2 stands for NON_PERSISTENT. So, i don't now how jboss use 
the db to store the messages?



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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-15 Thread [EMAIL PROTECTED]
'A' means you are using persistent messages.

http://jboss.org/wiki/Wiki.jsp?page=DeliveryMode


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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-15 Thread stabilo
ok, i used jboss version 3.2.3 and org.jboss.mq.pm.jdbc2.PersistenceManager. The 
problem is the same. After abort the server, the messages in the jms_messages table 
marked as rollback persistent 'A'. But i wont, that the messages are not persistent in 
the db after a server crash! Is there a solution for this problem?

thanks

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-14 Thread [EMAIL PROTECTED]
Don't use file persistence, it is a legacy configuration that won't be supported
for much longer (I don't maintain it even now except when the internal api is changed)

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-14 Thread stabilo
I use nonPersistent messages. The Propblem is, when i abort the Server, or the server 
is shutdown by an error, the messages are not delete in db\jbossmq\file\QUEUE.A. 
Another problem is, that jboss not delete nonPersistant messages from this directory 
when the client is abort and not received all messages from the server. Can i prompt 
jboss to delete the messages in this directory, no matter what happens?

thanks 


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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-13 Thread [EMAIL PROTECTED]
Use NonPersistence messages


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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user