I was getting this error when I was trying to send message from C# produce to Java consumer using Text message but when I used BytesMessage the problem was eliminated.
Shantanu Hiram Chirino wrote: > > HI Shantanu, > > If you can create a JIRA and attach the source for the c# and java clients > that cause the problem that should help us setup a test case for your > scenario. > > On 10/12/06, shantanu_chawla <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I am newbie to activemq and and I am trying to send/consume message from >> java and consume/send message fro C# client using active mq. I have >> downloaded activemq 4.0.1 and C# ActiveMQ and NMS library from svn. I >> tried >> the TestNMS program with the C# sharp client to send and receive message >> and >> it works. so is from the java client, but when I send message from java I >> cannt receive the message in C# client and when I try to receive a >> message >> send from C# client in java client I get java.lang.OutOfMemoryError >> exception. >> >> Can someone provide a working sample of message produce and receiver from >> java to c# or viceversa. >> >> Thanks >> >> Shantanu >> -- >> View this message in context: >> http://www.nabble.com/using-ActiveMQ-with-java-on-one-end-and-C--on-the-other-tf2431461.html#a6779677 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> > > > -- > Regards, > Hiram > > Blog: http://hiramchirino.com > > -- View this message in context: http://www.nabble.com/using-ActiveMQ-with-java-on-one-end-and-C--on-the-other-tf2431461.html#a6837044 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
