-
JMS Connections Vs JMS Senders (0 messages)
- Posted by: Gautham GV
- Posted on: April 01 2008 21:29 EDT
Hi, I am creating a connection pooling of JMS senders. I was not sure which approach is the best of the following two -> Create n number of JMSconnections with one sender for each of the connection -> Have one JMS connection but create n number of senders on the same connection Can some one tell me which one is the best? Thanks,