Search:

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

Search: Search took 0.02 seconds.

  1. Seeking: Spring Integration Architecture Recommendation

    Hi

    I am looking for some advice on how to scale out my distributed system.

    Currently I have the followings working:


    nginx to allow files be uploaded to a directory
    file poller -->...
  2. Replies
    2
    Views
    108

    This Gary. I am very clear now. First off, my...

    This Gary. I am very clear now.

    First off, my schedule:

    MMD_SQLITE_PROCESS_SCHEDULE=0 0-59 * * * ?

    I have it running every minute.

    ***
  3. Replies
    2
    Views
    108

    task-executor threading model

    Hi

    I have the followings:





    <int-file:inbound-channel-adapter channel="sqliteInputChannel"
    directory="${AM_UPLOAD_STORE_BASE_PATH}/sqlite"
  4. But what if MtDto is not a managed type? spring...

    But what if MtDto is not a managed type? spring data jpa would not understand MtDto.

    I put com.company.domain as the scanned package (i.e. MtDto is scanned), but somehow jpa still doesn't like...
  5. spring-data-jpa 1.1.0 GA + openjpa 2.2.0 + oracle + gradle

    Hi all

    From the example,

    https://github.com/SpringSource/spring-data-jpa-examples

    I noticed that:

    1. there is no enhance step. Is it no longer required?
    2. Was it because it did the...
  6. Replies
    9
    Views
    1,533

    Hi, I am looking into horizontal scaling the...

    Hi,

    I am looking into horizontal scaling the consumer process in n+1 manner.

    I immediately thought of competing consumer pattern.

    However, in spring integration, does implementing...
  7. Replies
    3
    Views
    329

    Thanks! After reading your answer I went right...

    Thanks! After reading your answer I went right to work.

    Got my thing done today. So awesome!

    I actually tried your first suggestion last night. Your advice gave me the clarity on where I...
  8. Replies
    3
    Views
    329

    Error handling with gateway

    Hi,

    I have a Gateway Service that will do a HTTP GET:



    String retVal = cacheService.getPayload("key");


    The cacheService
  9. Thanks Gary. Like any other integration...

    Thanks Gary.

    Like any other integration projects, the server is not something I can control... Or I chose not to control.

    Based on your advice #3, I actually implemented my own...
  10. SerializingHttpMessageConverter with http outbound gateway

    Hi,

    I have some data which came from a HTTP Get.

    The content type is application/octet-stream.

    The data is not correctly converted:
  11. STS 3.0: cannot deploy webapp along with its dependent project.

    Hi,


    I have a webapp that depends on another project. That another project generates a jar.

    When I drag and drop the webapp into the tcserver in eclipse, the jar from the dependent project is...
  12. Section 6.2.2 Header Enricher -- POJO example won't work.

    Tested on 2.2.0.M4
    http://static.springsource.org/spring-integration/docs/2.2.0.M4/reference/htmlsingle/



    <int:header-enricher input-channel="in" output-channel="out">
    <int:header...
  13. Replies
    8
    Views
    785

    Thanks so much! Really looking forward to...

    Thanks so much!

    Really looking forward to 2.2 - using 2.2 M4 already - I love the int:chain which supports embedding http:outbound-gateway!
  14. Replies
    8
    Views
    785

    Any plans for fixing this? ...

    Any plans for fixing this?

    https://jira.springsource.org/browse/INT-2524

    Minor but annoying... Everywhere in the code I either have to put the filter tag or remove the header with java code...
  15. Replies
    1
    Views
    286

    Setting HTTP headers

    Hi,

    As my project grows, I run into this problem:



    <int:header-enricher input-channel="inputChannel" output-channel="outputChannel">
    <int:header...
  16. Thanks for the tip on the tag! Your advice...

    Thanks for the tip on the tag!

    Your advice totally worked. Thanks!
  17. INT-1029: Chain http Outbound Gateway still not working

    2.2.0.M3

    Maybe it's just me? I still got the same exception

    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: child BeanDefinition must not be...
  18. Replies
    2
    Views
    318

    Hi Oleg, Maybe I'll try to ask the question in...

    Hi Oleg,

    Maybe I'll try to ask the question in another angle:

    1. I love SI graph in STS, but if there's a lot of event exchanges involved, it becomes too big and too complicated to look at.
    2....
  19. Replies
    2
    Views
    318

    How to model your EDA?

    Hi,

    I am looking for a good example on modeling the communication/events in different parts of my system.

    After a lot of reading, mostly on eaipatterns.com, I come to a realization that STS...
  20. After given some thoughts to my original...

    After given some thoughts to my original question...

    1. The AbstractXMPPConnectionAwareEndpoint is by nature a event driven adapter. I was extending that.
    2. In the doStart() and doStop(), I...
  21. XMPP pubsub support and Event Driven Consumer

    Hi,

    I have implemented a XMPP adapter for pubsub (XEP-0060).

    The current implementation:

    - XMPPPubSubMessageListeningEndpoint extends AbstractXmppConnectionAwareEndpoint extends...
  22. War stories on architecting the current logic into Spring integration

    Hi all,

    I am looking for some war stories which the community would share.

    I am using Spring Integration as the centerpiece of our SOA architecture, in that it would drive the event driven...
  23. Replies
    10
    Views
    580

    Hi I generated the adapter template from...

    Hi

    I generated the adapter template from scratch - new installation of M3 and everything, but the spring, junit dependencies are all unresolved. Red lines all over the place in the project.
    ...
  24. Aggregator Release Strategy - zipping files when all files arrive

    Hi

    Thank you for Spring Integration! I can't stop admiring its beauty. So awesome!

    I thought I figured out most of the stuff based on the samples.

    Kinda stuck at the release strategy of...
Results 1 to 24 of 24