Dispatch events in the jvm and to amqp

Hi,

Is there a way to dispatch events both to the current JVM and to an AMQP server ?

I implemented a terminal which distributes events to 0…n delegates. What do you guys think about this approach ?

Hi Nicolas,

it sounds like a reasonable approach. Just make sure you don’t dispatch Events to the same handler twice, accidentally. I suppose each cluster is assigned to exactly one terminal by the delegating terminal?

Cheers,

Allard