[jboss-svn-commits] JBL Code SVN: r7494 - labs/jbossesb/trunk/product/etc/examples/listeners
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Nov 9 09:18:48 EST 2006
Author: estebanschifman
Date: 2006-11-09 09:18:46 -0500 (Thu, 09 Nov 2006)
New Revision: 7494
Modified:
labs/jbossesb/trunk/product/etc/examples/listeners/gatewayExample.xml
Log:
add service category both ways
Modified: labs/jbossesb/trunk/product/etc/examples/listeners/gatewayExample.xml
===================================================================
--- labs/jbossesb/trunk/product/etc/examples/listeners/gatewayExample.xml 2006-11-08 23:08:14 UTC (rev 7493)
+++ labs/jbossesb/trunk/product/etc/examples/listeners/gatewayExample.xml 2006-11-09 14:18:46 UTC (rev 7494)
@@ -2,8 +2,12 @@
parameterReloadSecs="180"
>
<JmsGatewayExample
+ target-service-category="eprManager"
target-service-name="your target service name"
+
+ service-category="eprManager"
service-name="JmsGatewayService"
+
listenerClass="org.jboss.soa.esb.listeners.gateway.JmsGatewayListener"
connection-factory="ConnectionFactory"
destination-type="queue"
More information about the jboss-svn-commits
mailing list