原文:Call to slow service over HTTP from within message-driven bean (MDB)
I have a message driven bean which serves messages in a following way: 1. It takes data from incoming message. 2. Calls external service via HTTP (literally, sends GET requests using HttpURLConnection)...