123456789101112131415 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- BI and PM: JSM
-
- (c) Copyright IBM Corp. 2003, 2010.
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="jmsQueue" class="com.cognos.pogo.services.SoapActionHandlerService" loadPriority="50" logStartStop="false">
- <handlers>
- <handler name="jmsQueue" classname="com.cognos.jsmcommon.jms.JMSQueueHandler"/>
- </handlers>
- </service>
|