Re: Java Heap Space Exception

2007-04-03 Thread Karthik.Gopalakrishnan
Hi I am able to get ActiveMQBytesMessage from the c# client(with openwire) successfully. But when i try sending a ActiveMQTextMessage from the c# client i am getting that java heap space problem even though this is a small string which has been .I dont think something has t

Re: Java Heap Space Exception

2007-04-02 Thread Karthik.Gopalakrishnan
I tried setting that but was not helping me solve the issue. I guess its something specific to the openwire protocol being used James.Strachan wrote: > > Try setting a bigger heap for running jboss? > > On 3/29/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> > wrote: >> >> I tried sending a By

Re: Java Heap Space Exception

2007-04-02 Thread James Strachan
Try setting a bigger heap for running jboss? On 3/29/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> wrote: I tried sending a ByteMessage from a c# client to a java consumer(MDB which listens on the queue) and it works completely file . But when i send a TextMessage from the same c# producer to

Re: Java Heap Space Exception

2007-03-31 Thread Karthik.Gopalakrishnan
Isnt there anyone else who faced a similar issue please reply Karthik.Gopalakrishnan wrote: > > I tried sending a ByteMessage from a c# client to a java consumer(MDB > which listens on the queue) and it works completely file . But when i send > a TextMessage from the same c# producer to a jav