Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,650

    Mark, First of all thank you for the deep...

    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...
  2. Replies
    1
    Views
    531

    Hi, You can use aggregator pattern. Take a...

    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 {

    ...
  3. Replies
    10
    Views
    1,650

    I agree.. My fault that I wanted to compare SI...

    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...
  4. Replies
    10
    Views
    1,650

    this is a big advantage, Thanks! Great...

    this is a big advantage, Thanks!



    Great comment, I red this article but I haven't noticed this comment before. Thanks :)
  5. Replies
    10
    Views
    1,650

    I am saying that it has one but very simple and...

    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...
  6. Replies
    10
    Views
    1,650

    Tips for article about Spring Integration

    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....
  7. Hi, There are many ways to do it. As I...

    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...
  8. Hi, can you explain what do you want to...

    Hi,

    can you explain what do you want to achieve with poller for mail:outbound-channel-adapter?

    Thanks,
    Krzysiek
  9. It seems that your ActiveMQ is not up and...

    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
  10. This example doesn't need this dependency. You...

    This example doesn't need this dependency. You can check pom.xml. Usually the best solution is to use latest stable version :)

    Krzysiek
  11. I am not able to reproduce your error. For me...

    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...
  12. Hi, Did you compare your configuration with...

    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....
Results 1 to 12 of 13