All,
I would like to use JmsTemplate to publish messages to a JMS server but I am not sure how the JmsTemplate will behave when the JMS server goes down for 5 minutes and then comes back up again.
Do I need to restart the application to get the JmsTemplate to reconnect to the JMS Server?
Thanks in advance,
-Guillermo


Reply With Quote