Re: Java Heap Space Exception

2007-04-03 Thread Karthik.Gopalakrishnan
. Has anyone used C# client to send a ActiveMQTextMessage properly to ActiveMQ using openwire. Karthik.Gopalakrishnan wrote: 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

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 ByteMessage

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 java

How to create a persistent c# producer

2007-03-27 Thread Karthik.Gopalakrishnan
Hi I know we can set the JMSDeliveryMode of a producer in java to DeliveryMode.PERSISTENT. Is there any way to specify the same with a c# client. Please give me an example c# client which has a persistent producer. -- View this message in context:

Problems with Persistent Messages

2007-03-22 Thread Karthik.Gopalakrishnan
Hi I am new to activemq and now i am facing a weird problem with ActiveMQ(integrated with JBoss). I have a c# client which sends persistent messages to a queue that is created using the file activemq-jms-ds.xml the contents of which is as follows ?xml version=1.0

Re: Problems with Persistent Messages

2007-03-22 Thread Karthik.Gopalakrishnan
messages are still there but Hermes gives you some strange information. Karthik.Gopalakrishnan wrote: Hi I am new to activemq and now i am facing a weird problem with ActiveMQ(integrated with JBoss). I have a c# client which sends persistent messages to a queue

Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread Karthik.Gopalakrishnan
Hi I followed the steps given in http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html to integrate ActiveMQ with JBoss.I wanted the AdminObject(Queue in my case) created using

Re: Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread Karthik.Gopalakrishnan
should be changing in any of those . I am using ActiveMQ 4.0. Thanks Karthik James.Strachan wrote: Persistence is on by default. I wonder if this helps... http://activemq.apache.org/how-do-i-create-new-destinations.html On 3/21/07, Karthik.Gopalakrishnan [EMAIL PROTECTED] wrote: Hi