My research work is focusing on a Domain Specific Language (DSL) for sensor and actuator augmented system.
I want to quickly test my DSL ( in Java) , which uses Message Oriented middleware ( whose task is to just enable communication among the software components of DSL).
Communication means simple publish/subscribe, event notification, procedure call.
Can you suggest me a quick way to implement a simple middleware in Java ? I just want to test my DSL only on my single machine.
I thanks StackOverflow community for helping me by answering my questions. Stackoverflow is really great!! 2 months before, I have asked above mentioned question. Now, I have figured out “Simple Message-oriented Middleware for single PC”. I would like to contribute the Simple Message Oriented Middleware to this community. Let me know if you have difficulty in understanding.