AW: ORA-00020: maximum number of processes (150) exceeded

2008-05-19 Thread Harm, Martin
Mayby the same reason as for the bug https://issues.apache.org/activemq/browse/AMQ-1702 ?? (Not releasing statements in the DB-Lock. It's fixed in 5.2-SNAP) martin -Ursprüngliche Nachricht- Von: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 15. Mai 2008 20:37

Re: active-ra.jar?

2008-05-19 Thread ttmdev
You'll find it in the .../lib/optional/activemq-rar-4.1.1.rar file. Joe /U wrote: > > > I do not find activemq-ra.jar in the 4.1.1 distribution. > This is needed for using Jencks. Can someone send > me a pointer to this artifact? > > Regards > > /Ur > > -- View this message in contex

active-ra.jar?

2008-05-19 Thread uma_rk
I do not find activemq-ra.jar in the 4.1.1 distribution. This is needed for using Jencks. Can someone send me a pointer to this artifact? Regards /Ur

NMS: IConnection IsStarted property

2008-05-19 Thread Oleg Deribas
Hello, Is there any reason why IConnection interface doesn't have IsStarted property? So it is not possible now to determine if connection was already established in implementation-independent way. -- Oleg

Re: create policyentry for temp topics

2008-05-19 Thread Badri
Hi Filip Can you give more details about the broker plugin filter? I also need to create policy entry for temporary topics. Thanks for your help & time. Badri Filip Hanik - Dev Lists wrote: > > I couldn't get that to work properly, I even tried topic="ID>" since > that was the prefix, and di

Re: VM crashed during stress test

2008-05-19 Thread sk123
Thanks!! I am running my test in debug mode and TogetherJ is the IDE. My test stopped crashing but I was getting java heap space error instead. It was because I was not closing the producer and the session as my sample creates the producer for each publish request. Once i fixed the issue, I was

Multiple threads for ActiveMQ Connection

2008-05-19 Thread mandira
We are using ActiveMQ for parallel processing - Some of parallelism achieved through JMS Listeners and some through multiple threads. While running the application after some time - we were always getting "Out of Memory" Error On profiling we notice a high number of threads being spawned and not

Re: ClassCastException with VirtualTopic on 5.1

2008-05-19 Thread jydev
With slave running, I get the following in the master ERROR MasterBroker - Slave Failed java.lang.ClassCastException: org.apache.activemq.broker.region.Topic cannot be cast to org.apache.activemq.broker.region.Queue at org.apache.activemq.broker.region.QueueSubscription.

Re: create policyentry for temp topics

2008-05-19 Thread Filip Hanik - Dev Lists
I couldn't get that to work properly, I even tried topic="ID>" since that was the prefix, and didn't work either. I worked around the problem by creating a broker plugin filter, and doing my operations in there Filip Hiram Chirino wrote: I guess you want an entry for all topics or all queues

Configuring policy entries in xml

2008-05-19 Thread Badri
Hi I have 1 question about configuring policy entry for non-durable topics for multiple consumers. I have 5 components in my application (residing on servers

Re: ActiveMQ & VS2003

2008-05-19 Thread Jim Gomes
Hi Odilon, Thanks for submitting the patch. I applied the changes you submitted. Would you get the latest and check to make sure everything works OK for you. Also, if you can submit future patches as an attachment, that would be preferred. The e-mail system messed up the wrapping of the patch l

Re: ClassCastException with VirtualTopic on 5.1

2008-05-19 Thread jydev
I was able to avoid this problem by making the connection parameter consistent on both broker's activemq.xml and my client connection uri In activemq.xml, I was using "localhost" in transportConnectors uri's, where as in the client connection uri, I was using the IP address of my localhost. Some

Re: HTTPS in general not working between brokers?

2008-05-19 Thread Bruce Snyder
On Mon, May 19, 2008 at 12:50 PM, j0llyr0g3r <[EMAIL PROTECTED]> wrote: > > Hi, > > i would like to join the IRC-channel, but unfortunately company's security > policy doesn't allow IRC-traffic. > > I tried via mibbit.com (web-based IRC-client), but no luck so far. > > Could it be that your IRC-Se

Re: HTTPS in general not working between brokers?

2008-05-19 Thread j0llyr0g3r
Hi, i would like to join the IRC-channel, but unfortunately company's security policy doesn't allow IRC-traffic. I tried via mibbit.com (web-based IRC-client), but no luck so far. Could it be that your IRC-Server is not accessible via public IRC-servers like irc.freenode.net? -- View this mes

ActiveMQ 5.1 does not reply to command messages (commandAgent)

2008-05-19 Thread mjustin
Dear all In ActiveMQ 5.1.0 (Windows distribution) I have uncommented the commandAgent configuration so that it reads http://activemq.apache.org/schema/core"; brokerUrl="vm://localhost"/> However, I cannot send commands to ActiveMQ using the STOMP protocol. I have included the exception message

Re: ANN: free administration GUI for message brokers

2008-05-19 Thread mjustin
Oleg Deribas-5 wrote: > > > I'm tried to connect to activemq 5.1, but it doesn't look right. Here is > screenshot: > > http://img212.imageshack.us/my.php?image=betamqjf6.png > > There was not error messages, and I've uncommented commandAgent line in > activemq config file. > > -- > Oleg

Re: Database connection between ActiveMQ and broker

2008-05-19 Thread jaya_srini
Forgot to ask this in my previous post...after the connection is restablished will the broker be able to continue without a restart or will we need to restart the broker every time there is a network issue like this? thanks jaya jaya_srini wrote: > > Hello > > We are using ActiveMQ 5.0.0 and

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-05-19 Thread Filip Hanik - Dev Lists
essentially, it's more of a tuning thingy then a memory leak, if one needs that many topics/queues, then not running with the dedicated task runner sounds like the solution, Filip Filip Hanik - Dev Lists wrote: so it seems there are two OOME problems either you hit java heap space error, or

Re: VM crashed during stress test

2008-05-19 Thread Filip Hanik - Dev Lists
that's inside the JVM, the thread causing the crash is "VMThread". turn off the debugger in the JVM ie, remove the line -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1679 and try again Filip sk123 wrote: Hi, I am using Active MQ 5.1. My test is to send 4000 event in a min

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-05-19 Thread Filip Hanik - Dev Lists
so it seems there are two OOME problems either you hit java heap space error, or if you have increased your -Xmx very high, you'll run into OOME caused by not enough mem for the number of threads it tries to create. the two errors are directly related to each other, increasing -Xmx (java hea

Database connection between ActiveMQ and broker

2008-05-19 Thread jaya_srini
Hello We are using ActiveMQ 5.0.0 and the JDBCPersistenceAdapter. From time to time we see the following message in the logs [Q Cleanup Timer] WARN JDBCPersistenceAdapter - Old message cleanup failed due to: com.jnetdirect.jsql.x: DBComms.transmit exception:[java.net.SocketException: C

Re: ActiveMQ Error : java.lang.NoSuchMethodError: ...getDestination()Ljavax/jms/Destination

2008-05-19 Thread James Strachan
I'm guessing something somewhere is adding JMS 1.0.2b to the classpath first. (e.g. a big honking J2EE jar or something?) 2008/5/19 siebelcrmdeveloper <[EMAIL PROTECTED]>: > > Hi Hiram, > > We are using JMS 1.1 jars. > Here are details > > File Names: > > JMS.jar (Size - 25.3 KB (25,998 b

Re: ActiveMQ Error : java.lang.NoSuchMethodError: ...getDestination()Ljavax/jms/Destination

2008-05-19 Thread siebelcrmdeveloper
Hi Hiram, We are using JMS 1.1 jars. Here are details File Names: JMS.jar (Size - 25.3 KB (25,998 bytes), Modified - 4/30/2008 1.54 PM) javax.jms.jar(Size - 25.9 KB (26,583 bytes), Modified - 4/30/2008 1.54 PM) Please help. Many Thanks. Hiram Chirino wrote: > > you sure you

Re: AMQ5.1 bridge to WebsphereMQ 5.3 -> javax.jms.IllegalStateException: MQJMS1112

2008-05-19 Thread martyman
I did some more experimentation defining a Camel JMS Component: ... ... My route: ... ... Seems to work nice but I'm getting the following exception: org.springframework.jms.JmsSecurityException:

RE: Expired messages

2008-05-19 Thread Steven Van Loon
Ok, thanks a lot! Will keep an eye on it. Steven. -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 19 mei 2008 15:46 To: users@activemq.apache.org Subject: Re: Expired messages No - this one https://issues.apache.org/activemq/browse/AMQ-1112 Will get round to

Re: Using ActiveMQ in java applets

2008-05-19 Thread odonnell
Hi, I have exactly the same problem and stack trace when using ActiveMQ 5.0.0 The applet runs perfectly first time and I am cleaning up my resources correctly when the applet is destroyed. Subsequently loading the applet within the same browser session causes the problem described below. If th

Re: Expired messages

2008-05-19 Thread Rob Davies
No - this one https://issues.apache.org/activemq/browse/AMQ-1112 Will get round to it when i get a chance On 19 May 2008, at 14:32, Steven Van Loon wrote: I assume you are referring to this one? https://issues.apache.org/activemq/browse/SM-872 Any chance for it to be implemented soon? -O

RE: Expired messages

2008-05-19 Thread Steven Van Loon
I assume you are referring to this one? https://issues.apache.org/activemq/browse/SM-872 Any chance for it to be implemented soon? -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 19 mei 2008 13:39 To: users@activemq.apache.org Subject: Re: Expired messages A

Re: Expired messages

2008-05-19 Thread Rob Davies
Ah - penny drops - I see what you mean now. There's an outstanding enhancement (can't get access to jira at the moment) - to optionally allow for messages to actively be expired from in-flight or from the store instead of waiting for message consumption to trigger the expiration - you'll ha

RE: Expired messages

2008-05-19 Thread Steven Van Loon
Still no success on this one... I was able to create the following small testcase. First, make sure DLQ are enabled in the activemq.xml configuration file: (I use individual DLQ's only for simplicity, same results with a shared DLQ) When I run the test with CREATE_CONSUMER =

Re: Detect consumers?

2008-05-19 Thread beaker
Here is my file. I basically took some examples from the example server mentioned above ... a have one client connected to it that sends messages and another client that receives them. Then I out the third one just for teseting purposes, that should tell me if there are any consumers. But there'

Re: AMQ5.1 bridge to WebsphereMQ 5.3 -> javax.jms.IllegalStateException: MQJMS1112

2008-05-19 Thread martyman
Hi, I'm still getting the same Exception (javax.jms.IllegalStateException: MQJMS1112: JMS1.1 Invalid operation for domain specific object) by only specifying the factory bean in activemq.xml: Does anyone know what I'm missing. Cheers, Martin martyman wrote: > > Hi guys, > >

AMQ 4 to 5: Database schema upgrade

2008-05-19 Thread Michal
I am using activemq 4.0 with jdbc persistance. Now I want to migrate to version 5.0. My database contains messages. I would like to have the same messages in AMQ after upgrade. As a last resort I could start both brokers (4 and 5) and copy messages (consume from 4 and produce to 5) - but that wou

Re: ClassCastException with VirtualTopic on 5.1

2008-05-19 Thread jydev
Hi Aaron, Thanks for your reply. I tried running our configuration at home (not using your test class), but unable to reproduce. Only thing I can think that's different is the OS. We use CentOS at work and I was running on Windows at home. But it doesn't make sense since ActiveMQ seems to be