How to create a cluster for TIBCO EMS? -


i've created administration domain on windows node, need create cluster , add node cluster.how go it?

there no concept of "cluster" (in wmq sense) ems, there notions of "connected ems servers" (routes), , bridging of queues (bridges, not unlike wmq remote queues). there notion of "multi-instance local ha".

you may want :

  1. plan ems deployment strategy, proper balance latency, availability, license cost , performance
  2. execute plan by:
    • seting local ha, shared fs if shared state needed (here article on that)
    • make use of "routes" feature of ems link multiple ems ha instances (see page 569 of the user guide)

note : if have limited number of instances massive amount of clients, consider multicast or product (like ftl or rabbitmq).


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -