Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error when calling immediatly to activeMQ jms message posting!!!!

Melssj5Nov 9 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2009
Added on Nov 9 2009
0 comments
203 views