Re: Building ActiveMQ CPP on Solaris 10

2007-12-06 Thread pfid
I've had similar problems, and i found it was caused by an outdated tar version, extracting some cpp files to *.cp instead of *.cpp, or *.h to *. renaming the broken filenames fixed the problem for me. Tim Bish wrote: Have you checked the src directory to see if that file was really there?

Re: Exception occur when JNDI lookup

2007-12-06 Thread James Strachan
On 06/12/2007, xy_wen [EMAIL PROTECTED] wrote: I am using tomcat 5.5 with Activemq 4.1.1.I have written a simple test example to get the connectfatory and topic information using JNDI. this is my test client: InitialContext iniContxt = new InitialContext(); Context contxt =

Re: Reload Java EIP Rules

2007-12-06 Thread James Strachan
On 20/11/2007, James Strachan [EMAIL PROTECTED] wrote: On 20/11/2007, James Strachan [EMAIL PROTECTED] wrote: On 20/11/2007, Rob Davies [EMAIL PROTECTED] wrote: ActiveMQ 5 requires Java 5 - so this won't be a problem for AgentSmth We just need to override the Smith.redefineClass() method

Test-case for problem with connections not refreshing when pooled with failover

2007-12-06 Thread Jason Rosenberg
James, I've created a test-case here, which demonstrates clearly the main problem, with connections created with a pooledConnection don't recover quickly, when a broker becomes available, when the failover transport is used, with a maxReconnectAttempts setting. Attached is a source tar file,

4.1.1 windows build missing bin/activemq.bat

2007-12-06 Thread Jeremy Ross
Hi, The 4.1.1 Windows build seems to be missing the bin/activemq.bat. I started ActiveMQ using 'java -jar run.jar', which seems to be working, somewhat. Should I be concerned about this? I'm not sure what else may be missing. Another issue I'm having is that, during startup, pages and pages

The problem of using http connector

2007-12-06 Thread sunwentao
I have moved the activemq-optional.jar into the lib\optional\ directory, added transportConnector uri=http://localhost:8080/ in the activemq.xml, added ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(http://localhost:8080;) in client source. But the console shows:

Re: Exception occur when JNDI lookup

2007-12-06 Thread xy_wen
Thanks for your help.I try as your suggestion,there is another exception like this: Exception in thread main javax.naming.NameNotFoundException: jmsreMsgTopic at org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java:215) at

ActiveMQ and Coral8 integration

2007-12-06 Thread manish_mk
Hello All, I am trying to integrated ActiveMQ with Coral8, when I run following command I am getting the errors as shown below, I am wondering if I am doing anything wrong. java com.coral8.adapter.JMSOutputAdapter --factoryName=topicConnectionFactry