Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #####################################
  2. # Decanter JMS Appender Configuration
  3. #####################################
  4. # Name of the JMS connection factory
  5. connection.factory.name = jms/test
  6.  
  7. # Name of the destination
  8. destination.name = monitoring-topic
  9.  
  10. # Type of the destination (queue or topic)
  11. destination.type = topic
  12. password = password
  13. username = username
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement