On 3/27/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> wrote:
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.
See the Persist
On Mar 28, 2007, at 12:46 AM, James Strachan wrote:
On 3/26/07, rmoore <[EMAIL PROTECTED]> wrote:
we are running geronimo 1.1.1 with AMQ 3.2.4 and have come across
the issue
that was reported and fixed in INF-275
(http://issues.apache.org/activemq/browse/AMQ-275). the bug shows
that this
I'm not aware of a specific issue. Does looking in jconsole reveal a
blocked producer/consumer?
On 3/26/07, noooby <[EMAIL PROTECTED]> wrote:
There is an interesting occurrence that is seen when processing messages via
ActiveMQ. ActiveMQ is being used to process messages in a Workflow engine.
On 3/26/07, rmoore <[EMAIL PROTECTED]> wrote:
we are running geronimo 1.1.1 with AMQ 3.2.4 and have come across the issue
that was reported and fixed in INF-275
(http://issues.apache.org/activemq/browse/AMQ-275). the bug shows that this
has been fixed in 4.0.1. is there a way to get the fix in
I'd recommend trying 4.1.1 which has a few queue dispatch issues fixed
(which could cause the effect your seeing).
On 3/22/07, ss2 <[EMAIL PROTECTED]> wrote:
I am using Jencks2.0/ActiveMQ4.1/Spring2.0 and am seeing that messages dont
get redelivered till the broker is restarted. Is this is a co
On 3/24/07, Allesmallachen <[EMAIL PROTECTED]> wrote:
Hi,
I need to create a request/reply operation between a subscriber and a single
publisher for intitalization.
The publisher sends messages to topic X all the time.
The subscriber first subscribes to topic X.
To get additional data from the p
This looks like a concurrency bug; could you raise a JIRA for this please?
On 3/23/07, drvillo <[EMAIL PROTECTED]> wrote:
Hi all
today my service stopped consuming messages, after ~2 hours since it was
started.
The exceptions thrown are the followings, after this the consumer has
stopped
to co
On 3/23/07, garima015 <[EMAIL PROTECTED]> wrote:
With jdbc and persistence as true it is giving really bad performance.
any idea how to improve this?
Try using the journal which helps. Though if really high performance
is required you could try AMQStore in 4.2
--
James
---
http://radio.
Which JDK are you using?
On 3/23/07, Prakash sen <[EMAIL PROTECTED]> wrote:
Hi,
While starting activemq i am getting this error. Any idea or
suggestion would be helpfull.
Thanks,
Prakash Sen.
E:\MQ\apache-activemq-4.1.0-incubator\bin>activemq
ACTIVEMQ_HOME: E:\MQ\apache-activemq-4.1.0-
Try building the latest C# client which works in my tests on 4.1.1 and
4.2. (We'll have a release of it soon).
On 3/23/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> wrote:
Hi
I was facing some problem integrating Active 4.1 or 4.2 with
JBoss but then i saw couple of posts in here a
On 3/22/07, ss2 <[EMAIL PROTECTED]> wrote:
Hi,
I have a Spring App (Spring 2.0/ActiveMQ4.1/Jencks2.0). My broker is
embedded within the spring app which maintains a pool of consumers which
process the requests. I am running the same app on multiple boxes and I'd
like to have the consumers from
try the JNDI javadoc
http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/InitialContext.html#list(java.lang.String)
or a Sun tutorial on JNDI
On 3/22/07, new2activemq <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to write a debug tool where as a user, I do not know the
topicNames that exist. N
This has now been rectified, it was a bug in how the JMSXMessageGroupID was
being generated, now that it is generated properly, all is well,
Thanks,
Osh
--
View this message in context:
http://www.nabble.com/Out-Of-Order-Message-Processing-tf3446025s2354.html#a9708365
Sent from the ActiveMQ - U
For efficiently use Jetty. It'd start with the working web demo and go
from there.
On 3/22/07, didyeah971 <[EMAIL PROTECTED]> wrote:
Hi,
i am trying to implement my own publisher/suscriber using Ajax, although i
am not a web developer.
So i put the publisher.html and suscriber.html in the activ
Which acknowledgement mode were you using?
On 3/22/07, tommy.li <[EMAIL PROTECTED]> wrote:
My server running apache-activemq-4.1-20070320.072657-13.tar.gz and
activemq-cpp-1.1.
C++ client received messages normally,but after i using ctrl-c to kill it
and restarted it.
Then C++ client losted on
On 3/22/07, osian <[EMAIL PROTECTED]> wrote:
I have noticed that for 2 of the sets of messages, the JMSXGroupID was
generated slightly differently, because they didn't have as much information
as the other messages, I am amending this, and running the test again. But,
with this in mind, these m
On 3/22/07, Dave Syer <[EMAIL PROTECTED]> wrote:
Setting brokerURL=vm://localhost is great for testing on the Java side. Is
there an equivalent in .NET?
I'm afraid not. This would imply porting the broker to C# too which
we've not done. (I guess we could run the broker using IKVM maybe :)
Ja
In <[EMAIL PROTECTED]> birjupat wrote:
> 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.
Jmeter has JMS load test support almost[0] out-of-the-box, just set up a
jms test plan in the gu
On 3/28/07, Shilpa <[EMAIL PROTECTED]> wrote:
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
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 achiev
From: "Christopher G. Stach II" <[EMAIL PROTECTED]>
> ``tcp'' can refer to _any_ broker, local or remote, that has a TCP
> transportConnector.
I understand; it is also my understanding that TCP transport connector
may be used only if the broker running as a distinct process - either
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
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
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://..." refers to
an ext
Suchitha,
Thanks for your help. I thought a URL of the form "tcp://..." 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 --
Fr
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 notificat
Hi ,
I also have two web apps running in Tomcat 5.5.20.Active mq
version being used is 4.0.2.
Our application uses an embedded broker, This broker is started by a
servlet context Listener, which is specified in web.xml of one of the
web apps. Both the web apps connect to this broker and ex
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:
http://www.nabble.com/Concurrent-C
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
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 t
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 c
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]
java.lang.Thread.Sta
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
Is there someplace that explains these statistics?
James Strachan wrote:
On 3/26/07, ss2 <[EMAIL PROTECTED]> wrote:
Is there a way to get queue statistics such as how long a message
sits in the
queue before being processed, when was the last time the queue
received a
message? when was the l
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
RequestURI=/de
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
36 matches
Mail list logo