OMM Consumer Config encryption query

Hi,

Thanks if you can guide for below.

When using the following connection method from the OmmConsumerConfig interface, is the traffic encrypted?


OmmConsumerConfig config = EmaFactory.createOmmConsumerConfig();

config = EmaFactory.createOmmConsumer(config.host(“ip:port”).username(“username”));


  • If not, can you please indicate which method from the OmmConsumerConfig interface should be used for SSL encryption?

Thank you in advance,

Serhat

Best Answer