Hello,
I am using EMA Java and now I need to implement failover, I understand that I need to use ChannelSets, but I can't find how to use them. Could someone please explain how I can add another server to use failover?
As explained in the sample code, I'm using the following line to provide the server details:
consumer = EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().host("localhost:14002").username("user"));
is there another factory that would accept a channelset?
Thanks very much in advance.