A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Asynchronous request-response feature
Raj Kumar Bindal
Ranch Hand
Joined: Apr 15, 2006
Posts: 409
posted
Sep 17, 2006 21:28:00
0
The asynchronous request-response feature works only with HTTP,we can't use it with the HTTPS or JMS transport.
why??
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
posted
Sep 18, 2006 00:54:00
0
Asyn request response can work over SSL or works even when there is a go between proxy.
Rahul Bhattacharjee
LinkedIn
-
Blog
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
posted
Sep 18, 2006 08:51:00
0
When JMS is involved it is usually used to return an asynchronous response. The request is usually made over HTTP (or HTTPS).
Figure 8.9 Converting from Synchronous to Asynchronous Communication
Asynchronous operations and Web services, Part 1: A primer on asynchronous transactions
Asynchronous operations and Web services, Part 2
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt,
Pragmatic Thinking & Learning: Refactor Your Wetware
p.41
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Asynchronous request-response feature
Similar Threads
Help with responseText from XMLHttpRequest
about AJAX
regarding Asynchronous request-response feature
Sending asynchronous http POST requests
Asynchronous Filter post processing
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter