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:

WEB Demos from 4.2 SNAPSHOT (20 March 07) not working ?

2007-03-27 Thread DomG
All, I have dowloaded the following 4.2 snapshot : apache-activemq-4.2-20070320.165248-33 Having started activemq from the bin dir, I then tried to run the demo application. So from my Browser, when to http://localhost:8161/demo All what I got was :- HTTP ERROR: 404 NOT_FOUND

Error in prototype.js

2007-03-27 Thread didyeah971
It's the third message i've been posting, i hope this one will be answered. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well received too by the listener, by i cannot use the message i receive. the message.data contains a XMLDocument object, but

Single Producer waiting on send

2007-03-27 Thread Gaurav Hariani
I have a single producer (Java) that sends small messages to about 20 consumers (written in C#). After a few hours of running it blocks for many hours on the send. What could be causing this? main prio=6 tid=0x00286000 nid=0xe3c in Object.wait() [0x0090f000..0x0090fe58]

Re: ajax channel:// == topic?

2007-03-27 Thread chago
So did this turn out to be a bug after all? I'm looking at the 4.2 SNAPSHOT and is_topic = true for channels. Imran.Sarwar wrote: Hi, You are right, it seems to be a bug. The is_topic flag should be set to false in case of channel Thanks, Imran -- View this message in context:

BrokerFilter question

2007-03-27 Thread Allesmallachen
Hi, I am trying to implement a custom BrokerFilter. If the addConsumer method is called a special message should be send to all peer brokers. Is there a way to directly send a Command or Message subclass to a peer broker from within a BrokerFilter??? The AdvisoryBroker seems to publish Messages

Queue message reception failure

2007-03-27 Thread bgm_fr
Hi all, There's something weird happening with my application. My app consists in two queues : one for command and one for notification. So I got 2 producer/consumer couples. When everything (firstApp activeMq secondApp) is on the same computer, everything works fine. Troubles happen when we

Concurrent Consumers

2007-03-27 Thread spiderman2
I want to limit the concurrent processing of messages on a broker which have a certain filter value. For example, I only want my pool of consumers to consume N messages with the 'priority=1' at the same time. Can this be done? -- View this message in context:

Re: Queue message reception failure

2007-03-27 Thread Adrian Co
Weird. Can you post your activemq.xml and client code (at least the connection factory creation, publish code snippet and listener snippet)... bgm_fr wrote: Hi all, There's something weird happening with my application. My app consists in two queues : one for command and one for

RE: Problems with VM transport

2007-03-27 Thread uma_rk
Suchitha, Thanks for your help. I thought a URL of the form tcp://host... refers to an external broker, not an embedded one? Am I mistaken? I need to run the broker within the servlet container VM, not as a separate process. Thanks, /U -- Original message --

Re: Problems with VM transport

2007-03-27 Thread Adrian Co
Yeah. tcp would refer to an external broker. Can you post the complete stack trace? BTW, can you try using broker.useJmx=false instead of just useJmx=false? Is the exception occu [EMAIL PROTECTED] wrote: Suchitha, Thanks for your help. I thought a URL of the form tcp://host... refers to an

Re: Problems with VM transport

2007-03-27 Thread Christopher G. Stach II
Adrian Co wrote: Yeah. tcp would refer to an external broker. Can you post the complete stack trace? BTW, can you try using broker.useJmx=false instead of just useJmx=false? Is the exception occu [EMAIL PROTECTED] wrote: Suchitha, Thanks for your help. I thought a URL of the form

Load testing ActiveMQ JMS

2007-03-27 Thread birjupat
We have an application which we want to load test against. We want to measure for e.g. number of messages processed per second by activeMQ queue/topic. we want to find out number of messages consumed per second, minute etc. Is there any easy/standard way to load test ActiveMQ queues/topics? Any

RE: Need help on Apache MQ

2007-03-27 Thread Shilpa
hi, i have sucessfully completed using jconsole now i have to start my development of my project. the requirement is as follows whenever new message comes to the message queue or topic then i have to refresh the jsp page inorder to display the new content so please tell me how i can