I want to write a JAVA client that can connect to event bus and register a handler and receive messages
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/96fc1311-5de5-41f8-8a06-2fe2a060997e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I want to write a java code on my local machine to connect to that remote eventbus then register a handler, send a message , receive the same message just to test. Dont want to use the javascript front end html client
My requirement is that the vertx event bus is running at https://12.234.34.20:8090/eventbus
I want to write a java code on my local machine to connect to that remote eventbus then register a handler, send a message , receive the same message just to test. Dont want to use the javascript front end html client
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/fd8d74c5-39c6-4ed8-8ec3-2be893477896%40googlegroups.com.
Check https://github.com/vert-x3/vertx-awesome#vertx-event-bus-clientsIn our application we have used this to provide pushs services to our Android app.
On Fri, Aug 12, 2016 at 9:23 PM, Vik Rrr <polo...@gmail.com> wrote:
My requirement is that the vertx event bus is running at https://12.234.34.20:8090/eventbus
I want to write a java code on my local machine to connect to that remote eventbus then register a handler, send a message , receive the same message just to test. Dont want to use the javascript front end html client
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/0d338f92-909e-4468-ada5-06139e0756af%40googlegroups.com.
EventBus.connect("212.22.232.11", 8081, new...) => connection true
EventBus.connect("212.22.232.11/eventbus/websocket", 8081, new...) => connection false--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/5ac2924d-44b0-4a1d-8701-c0b1913302a2%40googlegroups.com.