On 8/10/06, javaxmlsoapdev <[EMAIL PROTECTED]> wrote:
I am confused about how to create JMS session pool while using Jencks?
You don't need to - Jencks does that for you
couldn't find any example showing creating pool of sessions. Also, how to use this Jencks created session in Spring Producer code before sending message to broker? Any pointers, examples would be appreciated.
See this example http://jencks.org/Outbound+JMS you get a proxy JMS ConnectionFactory that you just use as normal in JmsTemplate -- James ------- http://radio.weblogs.com/0112098/
