AMQ4.1.1: Effect of maxInactivityDuration

2008-06-05 Thread uma_rk
Env: Jre 1.6, ActiveMQ 4.1.1 Linux I have a couple of applications connecting to a single external broker using TCP transport. (app1) <> External Broker <=> (app2) If I have maxInactivityDuration configured to 0 (inactivity monitor disabled), as in tcp://

Re: ActiveMQ-CPP Version 2.2 RC1

2008-06-05 Thread Nathan Mittler
Awesome job getting this out, Tim! I checked out the tag on OS X and built and ran the unit tests. Everything builds cleanly, but I did notice a couple of failed unit tests (both in MathTest): 1) test: decaf::lang::MathTest::test_hypot_DD (F) line: 262 decaf/lang/ MathTest.cpp equality a

Re: ActiveMQ not Running in Solaris

2008-06-05 Thread ANDI KUSNADI
nslookup is in linux , but in solaris i must do what sir ? TKS. MartinMurphy wrote: > iam using activemq , when in development we are using Ubuntu , it can running well, when we deploy it to solaris 5.10 it cannot running. we are using Jdk 1.6.06 and apache tomcat 6.14

ActiveMQ 5.1 broken - repro test included

2008-06-05 Thread NateS
We had been using 4.1.1 and recently upgraded to 5.1. Everything seemed fine at first, but after a while we found some messages were not being received. I wrote the test below that reproduces the problem. With 5.1, after running the test for a little while the test will stop because a message was

Re: Database connection between ActiveMQ and broker

2008-06-05 Thread jaya_srini
Hi Hiram We are noticing that after any SQL Server restart or network blip between ActiveMQ and the database, after the connection or the database comes back online activeMQ broker needs to be restarted as well i.e it doesn't automatically re-establish connection to the database as result any mes

Re: How can I check the memory usage of activemq broker without jconsole?

2008-06-05 Thread bwtaylor
Are you saying you need to get the memory usage inside your code? If not, jstat is pretty useful for this. It's the java equivalent of vmstat. It's in the JDK bin directory. http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstat.html -- View this message in context: http://www.nabble.com/How

users@activemq.apache.org

2008-06-05 Thread rlperry
I am trying to build a hub and spoke topology where most of the producers exists on the spokes and publish information onto topics which may be consumed by various services living in the hub to be determined later. I have done this before with Tibco's EMS using bridges, but for ActiveMQ Compos

peer (protocol?) in CMS (stands for C++ Messaging Service)

2008-06-05 Thread Molamini
Is the peer protocol in the works for CMS? If not, is this something that can be easily done but everyone is too busy to do it? Thanks! -- View this message in context: http://www.nabble.com/peer-%28protocol-%29-in-CMS-%28stands-for-C%2B%2B-Messaging-Service%29-tp17675001s2354p17675001.html S

Re: BlobMessage - How to make it work?

2008-06-05 Thread Marco Buss
I have this also fixed in my improvment https://issues.apache.org/activemq/browse/AMQ-1744 :D ttmdev wrote: > > You should make a note of the following JIRA > > https://issues.apache.org/activemq/browse/AMQ-1529 > > As it currently stands, BLOBs are not deleted from the web server's > reposit

Re: ActiveMQ not Running in Solaris

2008-06-05 Thread MartinMurphy
>>> iam using activemq , when in development we are using Ubuntu , it >>> can >>> running well, when we deploy it to solaris 5.10 it cannot running. >>> we are using Jdk 1.6.06 and apache tomcat 6.14 + activemq 5.10 >>> and there is error message like this. >>> 10:03:52,270 ERROR BrokerService:1

Re: BlobMessage - How to make it work?

2008-06-05 Thread ttmdev
You should make a note of the following JIRA https://issues.apache.org/activemq/browse/AMQ-1529 As it currently stands, BLOBs are not deleted from the web server's repository. Joe ttmdev wrote: > > I have opened up a JIRA for this and submitted a patch for review. > > https://issues.apach

java.io.EOFException lead to shut down activemq automatically

2008-06-05 Thread dolphin_cheng
We use activemq 5.1.0 and deploy it in a linux system. But the broker is dead every one hour. It is not steady especially. I found the EOFException in the client as follow: javax.jms.JMSException: java.io.EOFException at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSuppo

Re: EOF Exception When Serializing Large Message

2008-06-05 Thread Ivan Jovanovic
The problem is actually with the non-blocking socket implementation in my PHP/Stomp client. I'll have to investigate little bit more on this in order to implement it better. Do you have some experience with non-blocking sockets and Stomp with ActiveMQ? Thanks Cheers, Ivan Ivan Jovanovic wrote

Re: BlobMessage - How to make it work?

2008-06-05 Thread ttmdev
I have opened up a JIRA for this and submitted a patch for review. https://issues.apache.org/activemq/browse/AMQ-1770 Joe Marco Buss wrote: > > Hello, > > check if the blob is uploaded to the fileserver webapp. If the blob is > uploaded try this: > > class="org.apache.activemq.pool.Pooled

Re: EOF Exception When Serializing Large Message

2008-06-05 Thread Ivan Jovanovic
HI, I succeeded to put big messages on my broker with your PHP/Stomp client and your test code. I'll look inside my Stomp client a bit deeper to see what happens. Thanks for bringing back hope on the stage ;) Cheers, Ivan Dejan Bosanac wrote: > > Hi, > > I've tried and cannot reproduce thi

Re: activemq-admin stop - port already in use

2008-06-05 Thread andrewh
Hi Hiram, Hiram Chirino wrote: > > Looks like the SUNJMX env variable is set to > -Dcom.sun.management.jmxremote.port=1099 > make sure it's not for the activemq-admin script. > Putting SUNJMX into the argument list in activemq-admin seemed to be the only way to get the JVM mbeanserver to work

Re: Closing a consumer create more messages than sent

2008-06-05 Thread kloh
So has anyone an idea, why we have problems with closing consumers? After many tests i guess, that there has to be a bug! We send messages to a queue, wait a while. Then we create consumers, which recieve messages, close them and start new consumers. And this we do again and again and again. When

Re: ActiveMQ not Running in Solaris

2008-06-05 Thread ANDI KUSNADI
Yes sir. rajdavies wrote: > > sry - do you mean it now looks like that and still doesn't work ? > > On 5 Jun 2008, at 08:15, ANDI KUSNADI wrote: > >> >> we have changed it alogn a go the file is like this. >> >> 127.0.0.1 localhost >> .xxx dumy.com loghost >> >> Thank you. >> >>

Re: ActiveMQ not Running in Solaris

2008-06-05 Thread Rob Davies
sry - do you mean it now looks like that and still doesn't work ? On 5 Jun 2008, at 08:15, ANDI KUSNADI wrote: we have changed it alogn a go the file is like this. 127.0.0.1 localhost .xxx dumy.com loghost Thank you. rajdavies wrote: Looks like the /etc/hosts on your solaris

Re: Connect from SAP XI/PI

2008-06-05 Thread cschaum
cschaum wrote: > > Hi, > > i try to connect to activemq from SAP XI/PI. > Do you have some ideas? I try to use the generic driver, do someone know > the correct parameters? > I have it: 1. Create a sda file with the relevant jar-Files (Note: You must delete the javax.jms files in the jars)

Re: ActiveMQ not Running in Solaris

2008-06-05 Thread ANDI KUSNADI
we have changed it alogn a go the file is like this. 127.0.0.1 localhost .xxx dumy.com loghost Thank you. rajdavies wrote: > > Looks like the /etc/hosts on your solaris machine is not setup - if > you look at /etc/hosts there should be a line: > > > 127.0.0.1 localhost