we have made an j2me application for mobile device and want to send query in form of jms message to j2ee server.and want to receive response from the j2ee server to the mobile device.
Well you could still have a Servlet to recieve the reequest, and have that spawn off an MDB, then return back quickly to the phone, then send an SMS message back to the phone with the new information to handle.