Mark,
First of all thank you for the deep explanation. I am going to use those information in my current article. Maybe in the next article I'll try to focus only on the GUI designer and write...
Type: Posts; User: kgrodzicki; Keyword(s):
Mark,
First of all thank you for the deep explanation. I am going to use those information in my current article. Maybe in the next article I'll try to focus only on the GUI designer and write...
Hi,
You can use aggregator pattern. Take a look on the sample cafe application. There is a example how to overwrite correlation strategy.
@MessageEndpoint
public class Waiter {
...
I agree.. My fault that I wanted to compare SI with all solutions on the market. I will focus on the main competitors which are mule and camel. In this case simple GUI designer is definitely one of...
this is a big advantage, Thanks!
Great comment, I red this article but I haven't noticed this comment before. Thanks :)
I am saying that it has one but very simple and currently it has some issues like:
When you mix your configuration xml + annotations you won't get this kind of nice looking flow diagram.
It...
Hi all,
I am going to write an article about Spring Integration(SI). Generally I would like to make quick overview of the framework and focus on the advantages, disadvantages and current status....
Hi,
There are many ways to do it. As I understand you want to use control bus pattern for your application. For communication layer between instances(services) you can use from the simplest...
Hi,
can you explain what do you want to achieve with poller for mail:outbound-channel-adapter?
Thanks,
Krzysiek
It seems that your ActiveMQ is not up and running. Can you open admin app http://localhost:8161/admin/topics.jsp? If yes check your port configuration.
Krzysiek
This example doesn't need this dependency. You can check pom.xml. Usually the best solution is to use latest stable version :)
Krzysiek
I am not able to reproduce your error. For me your configuration is working also with the version 2.0.4.
I know that it's obvious but did you try 'mvn clean install' and run your project again?
I...
Hi,
Did you compare your configuration with jms sample application - http://git.springsource.org/spring-integration/samples/trees/master/basic/jms ?
Please attach a source code for your project....