Getting error when calling immediatly to activeMQ jms message posting!!!!
Hi, I am a kind of new on this JMS stuff. Here is my problem:
I have a server/client app using activeMQ to comunicate. the app wasnt developed by me but I have access to the source code.
This app is used to audit some processes of another web app. this is working well without problems. Now I did a web service to do the audit stuff. and I am gettin gthis error
org.springframework.remoting.RemoteAccessException: Cannot access JMS invoker queue [queue://raptorQ]; nested exception is javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException:
the fact is that the audit stuff is working, but is I call the web service inmediatly then I got this error. Is i wait 300 milliseconds between each call the everything works well, but when I do immediatly, then this error ocurrs.
This app is working well and does not show any error when integrated on the previous web app.
Any ideas??
Active MQ 4.1.1 or 4.1.2