You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Mark Webb <el...@gmail.com> on 2008/06/16 15:15:57 UTC

JDBC calls over JMS

I currently use web services as my middle layer between my presentation
layer and data layer.  I am interested in possibly swapping out web services
for JMS.  My main concern is that I do not want end-users crafting queries
of their own and how to pass back from data layer -> presentation layer
potentially large data sets.

Is this something that can be done easily, and is there any examples/case
studies on this?

Thanks