[jboss-user] [JBoss Messaging] - Re: Message Retry Not working

2013-03-13 Thread Ranajit Jana
Ranajit Jana [https://community.jboss.org/people/ranajitjana] created the 
discussion

"Re: Message Retry Not working"

To view the discussion, visit: https://community.jboss.org/message/802411#802411

--
Strange thing is deadLetter queue attribute "messages added " is showing 
continuous increase eventhough nothing is pumped in any queue. The attribute 
"Message in the Queue" for the deadLetterQueue is still 0.
Dequeued messages are null messaged and when printed shows 
HornetQMessage[null]:PERSISTENT
--

Reply to this message by going to Community
[https://community.jboss.org/message/802411#802411]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Messaging] - Re: Reprocess DLQ

2013-03-13 Thread Ranajit Jana
Ranajit Jana [https://community.jboss.org/people/ranajitjana] created the 
discussion

"Re: Reprocess DLQ"

To view the discussion, visit: https://community.jboss.org/message/802406#802406

--
Is there a possibilty that as soon as you are placing it in the actual queue it 
is failing and coming back to DLQ ?
--

Reply to this message by going to Community
[https://community.jboss.org/message/802406#802406]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Messaging] - Re: Message Retry Not working

2013-03-13 Thread Ranajit Jana
Ranajit Jana [https://community.jboss.org/people/ranajitjana] created the 
discussion

"Re: Message Retry Not working"

To view the discussion, visit: https://community.jboss.org/message/802377#802377

--
Probably it has to do with the XA transaction. I am using 

    
    
    
    
    
    
    
  
Will  this factory be XA compliant ?

my standalone.xml has following entry 





|  |















| 
 |  |
--

Reply to this message by going to Community
[https://community.jboss.org/message/802377#802377]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Messaging] - Message Retry Not working

2013-03-13 Thread Ranajit Jana
Ranajit Jana [https://community.jboss.org/people/ranajitjana] created the 
discussion

"Message Retry Not working"

To view the discussion, visit: https://community.jboss.org/message/802348#802348

--
Hi,
I have used the following configuration for the message retry. 


    
    
    
jms.queue.deadLetterQueue
    jms.queue.expiryQueue
    30
    20
    10
    2
    PAGE
    
10
    true
    0
    true
    
    

The issue I am facing is if the message fails it does not go back to the 
queue.Also the error which should appear in the Jms should be printed again and 
again if the same is called for retry.
Currently the error is showing up only one.

and I see 4 messages put into the deadLetterQueue.

When I try to dequeue and read the messages than deadletter queue print the 
following when we print the message.

HornetQMessage[null]:PERSISTENT.

all the queues are configured fine and I can see them from the console.

Any idea where I am going wrong.
--

Reply to this message by going to Community
[https://community.jboss.org/message/802348#802348]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user