On 06/09/10 18:56, Fraser Goffin wrote: > Are there any plans in the near term to support JMS. Those of us using > Restlet in Enterprise environments often require asynchronous and highly > reliable protocols offered by one of the popular messaging backbones (MQ) ?? > > Fraser. > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2656067 > you could consider using Camel as the entry point using restlet, see here : http://camel.apache.org/restlet.html
or using the bean actovator pattern inside one of your reslet to invoke a direct:<beanref> endpoint to push a message inside a Camel route (http://camel.apache.org/direct.html) then use Camel jms endpoint to implement the push inside your message queue. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2656928

