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 b

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: &g

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# p

Java Heap Space Exception

2007-03-29 Thread Karthik.Gopalakrishnan
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 consumer i get the following exception 15:21:19,542 ERROR [ActiveMQSession] error dispatching message

Re: How to create a persistent c# producer

2007-03-28 Thread Karthik.Gopalakrishnan
Hi James I tried setting the persistent property there as true but it didnt quite help. So exploring more on that we got that fixed by setting the NMSPersistent property of the message to true. Thanks James James.Strachan wrote: > > On 3/27/07, Karthik.Gopalakrishnan <[EMAIL

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: http://www.nabble.com/How-to-create-a-persiste

Re: MDB in Spring

2007-03-26 Thread Karthik.Gopalakrishnan
Isnt there someone who has already done a similar thing Please reply Karthik.Gopalakrishnan wrote: > > Hi > > I want to use spring to be used to configure ActiveMQ > right from creating a broker, queue and to make an MDB listen to the > queue.

MDB in Spring

2007-03-26 Thread Karthik.Gopalakrishnan
Hi I want to use spring to be used to configure ActiveMQ right from creating a broker, queue and to make an MDB listen to the queue.Which is the right place to start ? I dont understand the details given in http://activemq.apache.org/spring-support.html properly.There is no m

Re: Problems with Persistent Messages

2007-03-23 Thread Karthik.Gopalakrishnan
.java:119) Waiting for a response to get rid of my problems thanks in advance Karthik.Gopalakrishnan wrote: > > I was not able to configure ActiveMQ4.2 to integrate it with JBoss . I > followed the same set of steps to integrate ActiveMQ with JBoss and i get > an exception "

Re: Problems with Persistent Messages

2007-03-22 Thread Karthik.Gopalakrishnan
d in activemq-admin. > I suggest that your 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 pr

Problems with Persistent Messages

2007-03-21 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 http://www.jboss.org/j2ee/dt

Re: Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread Karthik.Gopalakrishnan
ing that i 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

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 activ

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 activ