Hi,
I would like my spring application running on two separate machines to share Application Events. I know about http://static.springsource.org/sprin...plicationevent

However, I am looking for an example of passing application events from one application instance through a rabbit queue and on the end a consumer reading them from the queue and firing those events in the other application instance.

Or

Can anyone suggest a better way of solving the sharing of application events ?

Thanks