Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Sample LBM Configuration Files for UM Store and Queue

Sample LBM Configuration Files for UM Store and Queue

RulePoint uses the lbm.cfg files to communicate with the configured UM Store or Queue.
Use the sample files as reference to create the lbm.cfg files. Edit the .cfg files to update the lbmrd IP address and port according to your configuration.

Sample ums_lbm.cfg file

## Comment the following configuration property if you are using Linux context fd_management_type wincompport context request_tcp_port_low 37000 context request_tcp_port_high 37400 context resolver_unicast_port_low 20000 context resolver_unicast_port_high 21000 context transport_tcp_maximum_ports 499 context transport_tcp_port_low 37500 context transport_tcp_port_high 37999 ## The lbmrd process host and IP address context resolver_unicast_daemon [IP_OF_HOST_RUNNING_LBMRD]:[LBMRD_PORT] ## Uncomment the following property if you enable multicast in the environment #context resolver_multicast_interface [MULTICAST_IP]

Sample ump_lbm.cfg file

## Comment the following configuration property if you are using Linux context fd_management_type wincompport context request_tcp_port_low 37000 context request_tcp_port_high 37400 context resolver_unicast_port_low 20000 context resolver_unicast_port_high 21000 context transport_tcp_maximum_ports 499 context transport_tcp_port_low 37500 context transport_tcp_port_high 37999 ## The umestored process host and port details source ume_store [IP_OF_HOST_RUNNING_UMESTORED]:[UMESTORED_PORT] ## The lbmrd process host and ip address context resolver_unicast_daemon [IP_OF_HOST_RUNNING_LBMRD]:[LBMRD_PORT] ## Uncomment the following property if you enable multicast in the environment #context resolver_multicast_interface [MULTICAST_IP]

Sample umq_lbm.cfg file

## Comment the following configuration property if you are using Linux context fd_management_type wincompport context request_tcp_port_low 37000 context request_tcp_port_high 37400 context resolver_unicast_port_low 20000 context resolver_unicast_port_high 21000 context transport_tcp_maximum_ports 499 context transport_tcp_port_low 37500 context transport_tcp_port_high 37999 ## The UM Queue to which the UM Responder writes source umq_queue_name UMQueue ## The receiver identifier for the UM Queue from which the UM Source reads messages receiver umq_receiver_type_id 100 ## The lbmrd process host and IP address context resolver_unicast_daemon [IP_OF_HOST_RUNNING_LBMRD]:[LBMRD_PORT] ## Uncomment the following property if you enable multicast in the environment #context resolver_multicast_interface [MULTICAST_IP]

0 COMMENTS

We’d like to hear from you!