Guest User

Untitled

a guest
Dec 25th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. <networkConnector name="brokersxxx_1"
  2. userName="${activemq.username}"
  3. password="${activemq.password}"
  4. dynamicOnly="true"
  5. uri="static:(tcp://xxx:61616?soTimeout=60000&keepAlive=true&wireFormat.maxInactivityDuration=30000&wireFormat.maxInactivityDurationInitalDelay=30000)" networkTTL="4">
  6. <staticallyIncludedDestinations>
  7. <topic physicalName="topic/meters"/>
  8. </staticallyIncludedDestinations>
  9. <excludedDestinations>
  10. <topic physicalName="topic/serverReply"/>
  11. </excludedDestinations>
  12. </networkConnector>
  13.  
  14. <networkConnector name="brokersxxx_2"
  15. userName="${activemq.username}"
  16. password="${activemq.password}"
  17. dynamicOnly="true"
  18. uri="static:(tcp://xxx:61616?soTimeout=60000&keepAlive=true&wireFormat.maxInactivityDuration=30000&wireFormat.maxInactivityDurationInitalDelay=30000)" networkTTL="4">
  19. <staticallyIncludedDestinations>
  20. <topic physicalName="topic/serverReply"/>
  21. </staticallyIncludedDestinations>
  22. <excludedDestinations>
  23. <topic physicalName="topic/meters"/>
  24. </excludedDestinations>
  25. </networkConnector>
  26.  
  27. <networkConnector name="brokersxxx_3"
  28. userName="${activemq.username}"
  29. password="${activemq.password}"
  30. dynamicOnly="true"
  31. uri="static:(tcp://xxx:61616?soTimeout=60000&keepAlive=true&wireFormat.maxInactivityDuration=30000&wireFormat.maxInactivityDurationInitalDelay=30000)" networkTTL="4">
  32. <excludedDestinations>
  33. <topic physicalName="topic/meters"/>
  34. <topic physicalName="topic/serverReply"/>
  35. </excludedDestinations>
  36. </networkConnector>
Add Comment
Please, Sign In to add comment