What do u recommend?? :\
What do u recommend?? :\
AMQP will be more flexible and allow to accomplish the best loose-coupling.What do u recommend?
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??
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
And about security??
Anyone can stop just with one message? How did it works?
Hello.
Can you explain a bit more?And about security??
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
Maybe can i deploy project in a server and stop and start by a Http rest message?