Is the disruptor actually a replacement for application instead of JMS? I currently transfer tasks using JMS messages.
Is the disruptor intended to replace it for message transfer? what are the pros/cons of each one?
Currently I use JMS, I have a producer that sends messages to a queue and consumers (MDBs) that pull them off the queue.
Thanks.