[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS msg get redelivered although setting retry to 0

niefeng do-not-reply at jboss.com
Sat Oct 13 04:46:15 EDT 2007


Hi Adrian, thanks for your reply.

Below is the sysout of the jms message.

1st received msg

  | [13:10:07-16:16:22,461][JMS SessionPool Worker-19][ INFO][GN.APP.WORKFLOW][]Msg received: org.jboss.mq.SpyObjectMessage {
  | Header { 
  |    jmsDestination  : QUEUE.sendSignalQueue
  |    jmsDeliveryMode : 2
  |    jmsExpiration   : 0
  |    jmsPriority     : 4
  |    jmsMessageID    : ID:240-119226338233616
  |    jmsTimeStamp    : 1192263382336
  |    jmsCorrelationID: null
  |    jmsReplyTo      : null
  |    jmsType         : null
  |    jmsRedelivered  : false
  |    jmsProperties   : {}
  |    jmsPropReadWrite: false
  |    msgReadOnly     : true
  |    producerClientId: ID:240
  | }

The redelivered message
[13:10:07-16:18:17,913][JMS SessionPool Worker-59][ INFO][GN.APP.WORKFLOW][]Msg received: org.jboss.mq.SpyObjectMessage {
  | Header { 
  |    jmsDestination  : QUEUE.sendSignalQueue
  |    jmsDeliveryMode : 2
  |    jmsExpiration   : 0
  |    jmsPriority     : 4
  |    jmsMessageID    : ID:240-119226338233616
  |    jmsTimeStamp    : 1192263382336
  |    jmsCorrelationID: null
  |    jmsReplyTo      : null
  |    jmsType         : null
  |    jmsRedelivered  : false
  |    jmsProperties   : {}
  |    jmsPropReadWrite: false
  |    msgReadOnly     : true
  |    producerClientId: ID:240
  | }

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

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



More information about the jboss-user mailing list