[Messaging, JMS & JBossMQ] - Re: JMS msg get redelivered although setting retry to 0
by niefeng
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
18Â years, 9Â months
[JBoss Seam] - El Exception in Seam V2 cr2
by wuyunlong
El Exception in Seam V2 cr2:
| @Name("searchQueryView")
| class SearchQueryView{
| private LabelSystems labelSystems;
|
| public LabelSystems getLabelSystems(){
| return labelSystems;
| }
|
| public void test(){
| ......
| }
| }
|
when I first entry page 'selectQueryView.xhtml' ,no Exceptin occur,
then, if the link :
| <h:commandLink value="test" action="#{searchQueryView.test}"><f aram value="#{sv.autoId}" name="deleteAutoId"/></h:commandLink>
| was click, following exception occur
| javax.el.PropertyNotFoundException: /main/resourceQueryView/selectQueryView.xhtml @42,32 value="#{searchQueryView.labelSystems.name}": Target Unreachable, 'labelSystems' returned null on 'org.javassist.tmp.java.lang.Object_$$_javassist_6'
|
my env is:
jboss 4.2.1 + seam V2 cr2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094849#4094849
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094849
18Â years, 9Â months