python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Vert.x event bus consumer called twitce
i wrote a simple code for communicate between a java server in vert.x and a browser client with the event bus library. The client send a message to the server through the event bus and the server call...
Stardustt
Votes: 0
Answers: 0
How to list all consumers that are listening to an address on a vertex event bus?
I have a vert.x program. I am creating a message consumer and attach it to listen on an address on the vertx event bus . later in the program I am unregistering that consumer . How do I know if the co...
prasanth
Votes: 0
Answers: 1
Vert.x worker instances non Round-Robin message processing
Based on the documentation and some testing, I am seeing that Vert.x queues messages in round-robin manner for instances of a Vertical e.g. if I have 2 instances of "notification" worker ver...
AbhishekN
Votes: 0
Answers: 1
What happens internally when we create multiple instances of standard and worker verticle?
Lets say we create a standard verticle and a worker verticle. Now we increase the instances to 2 each.
So when lets say 10 users requests at a time what happened previously and what will happen now in...
Utkal keshari Sahu
Votes: 0
Answers: 1