While sending email messages through JMS, is it necessary to always put your messages in a session (while sending and receving both). What if I simply save the message xml in a string variable and pass it to send().
Thanks
Saakshi
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found it…its not necessary to put your message in the session…even works without that….