Hi,

WSO2 MB had an limitation when publishing messages to a queue where either
the queue should have been created through UI or a subscriber for the queue
should have been created prior to publishing messages to the queue. Else
the published messages will be lost. Refer [1]. This was a main concern
when integrating WSO2 MB with client products like WSO2 ESB.

Now, WSO2 MB Client Library, 0.13.wso2v10, has resolved this issue by
supporting *dynamic queues* and it can be used by MB clients as below,

Queue queue =  queueSession.createQueue(queueName);

This will create a Queue with the specified name in server side and clients
will get the ability to consume/produce messages from/to the queue.

[1]: https://wso2.org/jira/browse/MB-659

Thanks,
-- 
Sewwandi Perera
Software Engineer

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to