Guest User

Untitled

a guest
Apr 11th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <Resource
  2. name="jms/MYQUEUE"
  3. auth="Container"
  4. type="com.ibm.mq.jms.MQQueue"
  5. factory="com.ibm.mq.jms.MQQueueFactory"
  6. description="JMS Queue for receiving messages from Dialog"
  7. QU="MYQUEUE"/>
  8.  
  9. <Resource
  10. name="jms/MYQUEUE"
  11. auth="Container"
  12. type="javax.jms.Queue"
  13. factory="com.rabbitmq.jms.admin.RMQObjectFactory"
  14. description="JMS Queue for receiving messages from Dialog"
  15. destinationName="MYQUEUE"
  16. amqp="true" />
  17.  
  18. <Resource
  19. name="jms/queueCF"
  20. auth="Container"
  21. type="javax.jms.ConnectionFactory"
  22. factory="com.rabbitmq.jms.admin.RMQObjectFactory"
  23. description="JMS Queue Connection Factory for sending messages"
  24. HOST="localhost"
  25. PORT="5672"
  26. username="guest"
  27. password="guest"
  28. />
Add Comment
Please, Sign In to add comment