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 -->...
Type: Posts; User: simonso; Keyword(s):
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 -->...
This Gary. I am very clear now.
First off, my schedule:
MMD_SQLITE_PROCESS_SCHEDULE=0 0-59 * * * ?
I have it running every minute.
***
Hi
I have the followings:
<int-file:inbound-channel-adapter channel="sqliteInputChannel"
directory="${AM_UPLOAD_STORE_BASE_PATH}/sqlite"
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...
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...
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...
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...
Hi,
I have a Gateway Service that will do a HTTP GET:
String retVal = cacheService.getPayload("key");
The cacheService
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...
Hi,
I have some data which came from a HTTP Get.
The content type is application/octet-stream.
The data is not correctly converted:
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...
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...
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!
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...
Hi,
As my project grows, I run into this problem:
<int:header-enricher input-channel="inputChannel" output-channel="outputChannel">
<int:header...
Thanks for the tip on the tag!
Your advice totally worked. Thanks!
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...
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....
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...
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...
Hi,
I have implemented a XMPP adapter for pubsub (XEP-0060).
The current implementation:
- XMPPPubSubMessageListeningEndpoint extends AbstractXmppConnectionAwareEndpoint extends...
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...
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.
...
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...