0

How can we implement VertX Client connectivity to Solace VMR Server? We are connecting Solace VMR using VertX Standalone program as of now. Is there any standard implementation or patterns we can use for connecting solace VMR using VertX Cient like WAS or Tomcat Please advice.

1 Answers1

0

Solace supports the AMQP and MQTT protocols. You could use VertX to connect a client to Solace using these protocols.

Examples are listed from the vertx website:

Alexandra Masse
  • 1,277
  • 1
  • 7
  • 11
  • Thank you for your response. I would like to understand whether there is any way to connect IBM MQ using Vertx Client. We are trying to bridge IBM MQ to AMQP (which is on solace server). Please provide some information – luckarthika Jul 11 '18 at 09:42