Hi
i want to upgrate from 4.1.1 to 5.0.0 version of ActiveMq. I have updated
the jars in my Jboss Server. But when i start my jboss, it says
Could not connect to broker URL: tcp:/localhost:55000. Reason:
java.net.ConnectException: Connection refused ]
I changed the port number from 80 to 8080 to 6
Are you using networks as well ?
On 22 Apr 2008, at 04:01, alanmc wrote:
We're seeing the same behavior with 5.1.0. We're basically running
the
default broker configuration, with advisory support turned off. We
were
using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and
af
Hi,
I downloded the stable release of ActiveMq 5.0.0. Previously i was using
version 4.1.1. I want to upgrade to the newer version. But when i do so, am
gettin the followin error:
Could not connect to broker URL: tcp://localhost:8080. Reason:
java.net.ConnectException: Connection refused ]
My br
We're seeing the same behavior with 5.1.0. We're basically running the
default broker configuration, with advisory support turned off. We were
using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and after
switching over with the exact same configuration we started seeing
intermittent
If you've got security enabled, then I'm afraid you're going to have to
comment out the commandAgent and most probably the camelContext elements.
These components try and connect to the broker, but AFAIK there's no way to
assign them a valid user name and password via their respective elements in
Hi,
sorry, i forgot something:
If i get the documentation right, the most simple setup would to just
insert:
in the activemq.xml, thereby defining users and passwords.
So, no -Djava., no login.conf, no
Hi and thx for your reply.
Maybe i didn't make myself clear enough.:-)
I follow exactly the documentation example from here:
http://activemq.apache.org/security.html
This means:
-> I create a login.conf:
activemq-domain {
org.apache.activemq.jaas.PropertiesLoginModule required
Hi
Not sure which release you are attempting to run.
As well, what is the structure of the command you are issuing.
For a simple test run, out of the box just issuing "activemq" should just
start a broker with a default setup.
If you are looking to give ActiveMQ a try, perhaps pick a stable rel
It seems to me that you have a wrong JDBC url (mysql) in your configuration.
Can you provide a configuration you are using?
Thanks
--
Dejan Bosanac
www.scriptinginjava.net
On Mon, Apr 21, 2008 at 1:22 PM, shekar <[EMAIL PROTECTED]> wrote:
>
> When trying to run activemq from bin directory, i am
When trying to run activemq from bin directory, i am getting the following
error message:
Error: Exception thrown by the agent : java.net.MalformedURLException: Local
host name unknown: java.net.UnknownHostException: mysql: mysql
Can anybody let me know what's with this!!!
--
View this message
Thanks, Rob
I'll try to play with those parameters, here is what I got so far:
1000 msgs for 1282 msec. 780.0 msgs p/sec
2000 msgs for 2391 msec. 836.0 msgs p/sec
3000 msgs for 3844 msec. 780.0 msgs p/sec
4000 msgs for 4875 msec. 820.0 msgs p/sec
5000 msgs for 7016 msec. 712.0
Hi,
xbean support for simple authentication plugin is available since 5.0 and is
working fine. You can find an example configuration in unit test resources
https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/simple-auth-broker.xml
In the
I used the example (ConsumerTool.java,ProducerTool.java)in ActiveMQ 5.0
release pakage to test.The message can be sent to MQ 5.0,and also it can be
received by other test tool(writen in delphi),but it can't be received by
ConsumerTool.Then I changed MQ 5.0 to 4.2,messages can be transited
correctl
13 matches
Mail list logo