Search:

Type: Posts; User: heina; Keyword(s):

Search: Search took 0.03 seconds.

  1. is there any other TransactionManager for jms other than JmsTransactionManager ?

    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...
  2. I have the same question, I think it maybe...

    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...
  3. How to run a simple spring batch program without using maven

    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...
  4. My warning is resolved by adding a proxy in vm...

    My warning is resolved by adding a proxy in vm arg for runtime
  5. when I use poller, how to know it reach the max-mesages-per-poll?

    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" >
    ...
  6. run 'org.springframework.integration.samples' jms problem

    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...
Results 1 to 6 of 6