Guest User

Untitled

a guest
Aug 28th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <spring:bean id="ConnectionFactory" class="com.ibm.mq.jms.MQConnectionFactory" name="ConnectionFactory">
  2. <spring:property name="hostName" value="xxxx" />
  3. <spring:property name="port" value="xxxx"/>
  4. <spring:property name="queueManager" value="xxxx"/>
  5. <spring:property name="transportType" value="1"/>
  6. <spring:property name="channel" value="xxxx"/>
  7. </spring:bean>
  8.  
  9. <jms:connector name="JmsConsumer" username="xxxx" password="xxxx" specification="1.1" connectionFactory-ref="ConnectionFactory" numberOfConsumers="1" validateConnections="true" persistentDelivery="true" doc:name="JMS"/>
  10.  
  11. <jms:outbound-endpoint queue="xxxx" connector-ref="JmsConsumer" doc:name="Audits"/>
Add Comment
Please, Sign In to add comment