Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Spring Integration Console

  1. #11
    Join Date
    Apr 2012
    Posts
    27

    Default

    What do u recommend?? :\

  2. #12
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    646

    Default

    What do u recommend?
    AMQP will be more flexible and allow to accomplish the best loose-coupling.

  3. #13
    Join Date
    Apr 2012
    Posts
    27

    Default

    Quote Originally Posted by Cleric View Post
    AMQP will be more flexible and allow to accomplish the best loose-coupling.


    There is any example with that?
    bcz i really never worker with that

  4. #14
    Join Date
    Apr 2012
    Posts
    27

    Default

    Ok,im using AMQP as midlleware and a web service on client.
    So now, how i can stop channels if my server and project is in other computer??

  5. #15
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,040

    Default

    You can send a message to a <control-bus/> to stop the AMQP adapter.

    You can use any transport you want to send such a message to another system (http, tcp, udp, amqp etc).

    Or, you can use JMX; spring provides a convenient factory bean to connect to a remote MBean server.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  6. #16
    Join Date
    Apr 2012
    Posts
    27

    Default

    And about security??
    Anyone can stop just with one message? How did it works?

  7. #17
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    646

    Default

    Hello.

    And about security??
    Can you explain a bit more?
    The Spring Integration application doesn't have any difference between any others Spring applications: it's just Spring application with messaging and EIP abilities.
    So, you can simply add any security which could before.
    Take a look here: http://static.springsource.org/sprin...gsecurity.html
    And of course Spring Integration ability for Spring Security: http://static.springsource.org/sprin.../security.html

    Cheers,
    Artem

  8. #18
    Join Date
    Apr 2012
    Posts
    27

    Default

    Maybe can i deploy project in a server and stop and start by a Http rest message?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •