Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    553

    anyone with info on this please?

    anyone with info on this please?
  2. Replies
    2
    Views
    553

    conevrter class

    Hi Guys,

    HeaderMappingMessageConverter class is removed from 2.0.4.Release? I saw it was there till 2.0.0.M6? What is the new replacement? And, how does that work?

    Thanks
  3. Replies
    3
    Views
    884

    You mean the combining files outside batch and...

    You mean the combining files outside batch and rest of it using Spring-Batch? I wanted to use S-Batch as it has nice abstraction for Flat files and good APIs for pagingReader/CursorReader for...
  4. Replies
    3
    Views
    884

    processing large dataset to file

    I am looking for some guidance on pattern that I can use for scenario below:

    Scenario: Read a database table( full table or selective depending case ) and process each record for some logic.
    And...
  5. Replies
    0
    Views
    484

    Running JUnit test with ,maven test

    3564

    3565

    Hi Guys,

    I am able to run the test within eclipse but when I start using the maven then the test fails to run.

    It seems to fail at the point where I refer to annotated bean...
  6. Hi Guys, I am having the same problem. Junits...

    Hi Guys,

    I am having the same problem. Junits works fine with Eclipse and maven install does not run tests correctly.

    I am using maven 2.2.1 and spring-test( 3.0.5) and junit as said above.
    ...
  7. Thanks Mark for the quick reply. Yes, I am...

    Thanks Mark for the quick reply.

    Yes, I am passing the priority header with value 9.
    I will try that tomorrow again in office and let you know the behaviour. Thought JMSPRiority should have...
  8. Hi Mark/Oleg, Can someone please reply?I tried...

    Hi Mark/Oleg,

    Can someone please reply?I tried thisagain today but same results as above. Please let me know I I am missing something.

    Thanks
  9. Spring Integration message priority header to JMS message priority

    Hi Guys,

    I have upgraded SI version 2.0.3 but Spring Integration message priority header to JMS message priority- does not seem to work for me.

    I think the issue -...
  10. Replies
    23
    Views
    3,941

    Hi Pierre, Thanks for response. I am using...

    Hi Pierre,

    Thanks for response. I am using error-channel as well and as you have pointed, the channel in my case is direct( synchronous).

    I had pollable( asynch) channel but I removed that...
  11. Replies
    23
    Views
    3,941

    Hi Mark/Oleg, Can you please reply with your...

    Hi Mark/Oleg,

    Can you please reply with your comments or suggest some alternate approach for this?

    I really need to use the transact mode of ack.

    Thanks
  12. Replies
    23
    Views
    3,941

    Guys, any response would be helpful for me. ...

    Guys,

    any response would be helpful for me.

    I had used similar framework in past and this is how it worked there.

    When there is a exception anywhere in the flow, the exception flows back to...
  13. Replies
    23
    Views
    3,941

    Mark, I understand that but unfortuntaley----...

    Mark,

    I understand that but unfortuntaley----

    The exception is being thrown only in the exceution path/flow where a request comes and Unmarshaller tries to unmarshall the XML. This results in...
  14. Replies
    23
    Views
    3,941

    Agreed, but ERROR handling in my case do not...

    Agreed, but ERROR handling in my case do not throw any kind of Throwable/Error/Exception but still the message is not committed/removed from the input queue.

    And, after looking at the code above-...
  15. Replies
    23
    Views
    3,941

    I think doExecuteListener will never commit if...

    I think doExecuteListener will never commit if there was a runtimeException as I dont see handleListenerException(ex) ding anything.

    I am assuming it is a RUnTimeException thrown when my system...
  16. Replies
    23
    Views
    3,941

    Hi Mark, the null pointer one was not from...

    Hi Mark, the null pointer one was not from error-handling flow. I thought(wished was the case) the same earlier when Oleg answered few.

    Ok, here i made a sample class(attached).

    Behavior:
    AUTO...
  17. Replies
    23
    Views
    3,941

    Yes, in theory error-channel should do the stuff...

    Yes, in theory error-channel should do the stuff as mentioned by you but sadly it is not doing for me.

    As soon as I turn the transacted ack on the mesasge gets retried infinitely as it is not...
  18. Replies
    23
    Views
    3,941

    I would have thought so. But that would mean the...

    I would have thought so. But that would mean the message would not have travelled to response Topic, no?

    May be something to do with Tibco EMS servers? ActiveMq seems to be nice but Tib world has...
  19. Replies
    23
    Views
    3,941

    So, what i do on ErrorMessageHandler is: 1)...

    So, what i do on ErrorMessageHandler is:

    1) Extract the failed message using


    MessagingException exception = (MessagingException) messageInput
    .getPayload();
    failedMessage=...
  20. Replies
    23
    Views
    3,941

    Hi Mark, Please see the config below. I am...

    Hi Mark,

    Please see the config below. I am throwing an exception from messageUnMarshallingTransformer and that ultimately comes to

    jms:message-driven-channel-adapter...
  21. Replies
    23
    Views
    3,941

    Mark, I edited the two points in my first...

    Mark, I edited the two points in my first message. please let me know if it is clear now. Sorry for the ambiguity.
  22. Replies
    23
    Views
    3,941

    error-channel on JMS adaptor

    Hi Guys,

    I am using error-channel attribute on message driven endpoint. The flow is like

    MDEndPoint-->SA1-->SA2-->SI Channel-->PutMessageOnResponseQueue(Topic).

    If error occurs anywhere in...
  23. Replies
    0
    Views
    829

    max message retry JMS

    Hi All,

    I am receiving messages on message-driven-channel-adaptor rom TIB queue A and then message gets processed by number of activators/enrichers/processors and finally put on the next Tib...
  24. Replies
    2
    Views
    704

    Thanks Mark. I am working with values 1 to 9,...

    Thanks Mark. I am working with values 1 to 9, should be good.
  25. Replies
    2
    Views
    704

    MessagePriority enum SI 2.0.0.RELEASE

    Hi Guys,

    Is MessagePriority enum removed from 2.0 RELEASE? I dont seem to find it.

    I have my own enum but just wondering for the reason.
Results 1 to 25 of 129
Page 1 of 6 1 2 3 4