Search:

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

Search: Search took 0.02 seconds.

  1. Thread: Router example

    by nit_mis
    Replies
    1
    Views
    264

    Hi Frank, I think instead of using Router in...

    Hi Frank,
    I think instead of using Router in order to resolve your issue, you can use a new Socket for each message. As an example,...
  2. Replies
    2
    Views
    429

    Thanks Gunnar Hillert for your reply. I see your...

    Thanks Gunnar Hillert for your reply. I see your reason for using Message channel adapter and looks perfectly valid and it resolves the issue as well. The reason for using JMSTransactionManager was,...
  3. Replies
    2
    Views
    429

    Poller loosing messages

    Environment: Using spring integration 1.4, Spring (2.5.6), JDK 1.5.
    Problem: Loosing some messages in polling
    Flow: Order booked, paid. However poller seems to be loosing some orders when booked...
  4. In my opinion, when message Splits, headers are...

    In my opinion, when message Splits, headers are lost as a Collection is returned. You can use a header enricher if you want to specifically add MESSAGE-TYPE='TEXT_MESSAGE'



    <header-enricher...
  5. Its not possible to use jdbc adapter without...

    Its not possible to use jdbc adapter without poller channel. We have the same mechanism and we have created a gateway interface for entry point to spring integration flow. So from your web service...
  6. It looks like you have posted your query to wrong...

    It looks like you have posted your query to wrong forum. "Spring Integration" is a project in itself based on Spring framework. It is based Enterprise Integration Patterns (EIP). Your question is...
  7. Thanks for your reply Mark. I have checked the...

    Thanks for your reply Mark. I have checked the spring integration basic/xml example which is splitting. However, What I would be looking for is that the Book catalogue to be divided into files....
  8. Splitter from large xml to small xml chunks

    Is there a way in Spring integration to chunk large xml file to small xml files. For e.g. The below xml I would like to divide into 2 xmls each containing 2 books.


    <?xml version="1.0"...
  9. Replies
    5
    Views
    572

    Looking to deploy as standalone... I want...

    Looking to deploy as standalone... I want different service units to be deployed that communicate using JMS queues or topics. They will be having different application contexts as they are referring...
  10. Replies
    5
    Views
    572

    Thanks for your reply. But how do I load spring...

    Thanks for your reply.
    But how do I load spring application context if I want multiple contexts to be loaded? (different jars or modules)
  11. Replies
    5
    Views
    572

    Spring Integration as ESB

    What are the ways to deploy my spring integration sample application so that it behaves like an ESB. I have read about spring integration being used as a light weight alternative to ESBs like...
  12. Replies
    0
    Views
    343

    Any issues using spring 2.5.6 with JDK7?

    We are planning to move to the new JDK7 version. We have spring 2.5.6 right now. Are there any known issues in this migration?
Results 1 to 12 of 12