in 2.0 API, it seems like I can only get one connection and one session when I use JmsTransactionManager. API says
------------------------------------------
This transaction strategy will...
Type: Posts; User: heina; Keyword(s):
in 2.0 API, it seems like I can only get one connection and one session when I use JmsTransactionManager. API says
------------------------------------------
This transaction strategy will...
I have the same question, I think it maybe related to JmsTransactionManager.
Do you use transaction manager? It sounds like jms tm allow one connection, one session. I am still wondering how to...
Hi-
I found most examples uses maven and the spring batch sample runs from junit/easymock.
in the spring batch getting starts, it says
With Eclipse and without Maven
To launch a job from the...
My warning is resolved by adding a proxy in vm arg for runtime
Hi-
I use the sample from ch17 and found polling is still message-driven.
<jms:inbound-channel-adapter id="jmsIn" destination="inQueue" >
<integration:poller max-messages-per-poll="30" >
...
Hi-
i am trying to learn more about spring integration jms
within the 'org.springframework.integration.samples' module.
When I run the ChannelAdapterDemo or GatewayDemo, I got this warning:
Is...