I've created an administration domain on a Windows node, now I need to create a cluster and add that node into that cluster.How do I go about it?

CoderCoder
Tibco Ems Windows

On the TIBCO EMS server instances, TIBCO EMS is configured as a Linux service. This is to ensure that TIBCO EMS will be started on the initial launch of the EC2 instance, or after the EC2 instance is recovered. The optional TIBCO EMS client instances are configured with the TIBCO EMS client software only. After deployment, you can install additional client software.

1 Answer

There is no concept of 'Cluster' (in a WMQ sense) with EMS, but there are notions of 'connected EMS servers' (routes), and bridging of queues (bridges, not unlike WMQ remote queues). There is also the notion of 'Multi-instance local HA'.

You may want to :

Tibco Ems Windows

Tibco Ems

  1. Plan your EMS deployment strategy, to proper balance latency, availability, license cost and performance
  2. Execute the plan by:
    • Seting up the local HA, with a shared FS if shared state is needed (here is my article on that)
    • Make use of the 'Routes' feature of EMS to link your multiple EMS HA instances together (see page 569 of the user guide)

Note : If you have a limited number of instances but MASSIVE amount of clients, consider multicast OR another product (like FTL or RabbitMQ).

GhislainCoteGhislainCote

Not the answer you're looking for? Browse other questions tagged tibcotibco-ems or ask your own question.