[jboss-user] [JBoss Messaging] - Unable to trace the message logs

Brent Sordyl do-not-reply at jboss.com
Thu Aug 19 10:23:50 EDT 2010


Brent Sordyl [http://community.jboss.org/people/sordyl] replied to the discussion

"Unable to trace the message logs"

To view the discussion, visit: http://community.jboss.org/message/558147#558147

--------------------------------------------------------------

The org.jboss.soa.esb.messagetrace property needs to be defined in the filters properties section:

<properties name="filters">        
   <property name="org.jboss.soa.esb.filter.1" value="org.jboss.internal.soa.esb.message.filter.MetaDataFilter"/>             
   <property name="org.jboss.soa.esb.filter.2" value="org.jboss.internal.soa.esb.message.filter.GatewayFilter"/>         
<!-- add the logging MedatData Filter for message tracing -->         
   <property name="org.jboss.soa.esb.filter.3" value="org.jboss.internal.soa.esb.message.filter.TraceFilter"/>       
<!-- enable global message tracing -->         
   <property name="org.jboss.soa.esb.messagetrace" value="ON"/>     
</properties>

--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100819/952d23e5/attachment.html 


More information about the jboss-user mailing list