Danushka Menikkumbura wrote:
Do we have the freedom of writing our own modules and couple them with the broker dynamically?. If yes, is there some sort of an API that we can make use of?
Theres no single API that clearly separates whats accessible to modules at present, though we would I think like to get there. All plugins should implement the qpid::Plugin interface. There may be other APIs for specific functions (e.g. the MessageStore interface for persistence modules).
