M
me2
Greetings,
I am a newbie to JMS and would appreciate some advice.
Has anyone compared JMS to socket programming? If I have N number of clients that need to connect to and send messages to 1 server, what is the comparison? I would guess that sockets--direct from a client to the server--would be the fastest for speed and maybe take the least bandwidth. But I would expect that there would only be negligible size increases for the JMS overhead once the connection was established and I would expect that a pub-subtopic would be able to smoke through sending the N number of clients messages, rather than loop through the connections/sockets and sending the message to each of them.
Has anyone else looked at this? I'm going through the exercise to set up aJMS server, but I thought maybe someone else could point me in the right direction.
Cheers,
me2
I am a newbie to JMS and would appreciate some advice.
Has anyone compared JMS to socket programming? If I have N number of clients that need to connect to and send messages to 1 server, what is the comparison? I would guess that sockets--direct from a client to the server--would be the fastest for speed and maybe take the least bandwidth. But I would expect that there would only be negligible size increases for the JMS overhead once the connection was established and I would expect that a pub-subtopic would be able to smoke through sending the N number of clients messages, rather than loop through the connections/sockets and sending the message to each of them.
Has anyone else looked at this? I'm going through the exercise to set up aJMS server, but I thought maybe someone else could point me in the right direction.
Cheers,
me2