Am new to topic and subscriber methodology and trying to explore topic subscriber method to post a message over topic and subscribing the posted message in client.
When I studied about this method I read in some article that connection between producer and the subscriber will not terminated until the producer or subscriber goes down. So I tried to check with the connection status using Wireshark to know how much packets are transferring and how often packet transfer is taking place between producer and subscriber I got the following result.
For my knowledge can anyone please explain me what is happening over the network? Is the packets are transferring to keep connection alive? If so then packets are transferring every 10 seconds, is any possible to increase the time from 10 seconds to 30 seconds?
Why am asking for the possibility is for one client to keep connection alive, for every 10 seconds around 190 bytes. If I use multiple clients around 3500 then I think it may cause network issue so.
Am using Java 6 with ActiveMQ to explore about this.
Thanks in advance.