I have a requirement to inject a shared JMS Session, that needs to be used for the JMS message transfers. But I could not see any public setSession() method on JMS tempate. Is there a way I can achieve this? Essentially I should be able to dictate the session that gets used on the MessageCreator and things!
thanks and regards,
pankaj


Reply With Quote