Re: Persisting messages across restarts (AMQ 4.1.1 & 4.1.2)

2008-04-22 Thread Rob Davies
On 23 Apr 2008, at 00:27, deepak.kumar wrote: Hi Folks, I'm hoping this is an easy one to answer for some of you. Been using AMQ 4.1.1 for a couple of months now, and only just noticed that messages on topics with durable subscriptions were not being persisted across restarts, which

Re: STOMP and Failover transport

2008-04-22 Thread Valerio Paolini
Hi Dylan, thanks for your interest :) our module is almost ready and I hope to have an authorization to publish it very soon. I'm a CPAN author too :) Our module adds a lot of features to Net::Stomp, however it isn't an extension, it is an evolution. Given that, I'll be happy to discuss with

Message Router

2008-04-22 Thread kennystone
Hello all, I'm fairly new to activemq and camel. I am trying to get the simple example working with the message router. I changed the output queue to TEST.FOOT and am trying to route to it. Question 1: Why does my routing logic produce an error? This works fine: http://activemq.apache.org/ca

Re: How can i contribute to the AMQ-documentation?

2008-04-22 Thread Bruce Snyder
On Tue, Apr 22, 2008 at 6:07 PM, tpounds <[EMAIL PROTECTED]> wrote: > > I seem to be having the same issue. Is it a requirement to sign the Apache > Contributor License Agreement now? The official line from the ASF is that you first need to file the CLA to contribute to the wiki: http://www.ap

Re: How can i contribute to the AMQ-documentation?

2008-04-22 Thread tpounds
I seem to be having the same issue. Is it a requirement to sign the Apache Contributor License Agreement now? -- View this message in context: http://www.nabble.com/How-can-i-contribute-to-the-AMQ-documentation--tp12250045s2354p16827989.html Sent from the ActiveMQ - User mailing list archive at

Persisting messages across restarts (AMQ 4.1.1 & 4.1.2)

2008-04-22 Thread deepak.kumar
Hi Folks, I'm hoping this is an easy one to answer for some of you. Been using AMQ 4.1.1 for a couple of months now, and only just noticed that messages on topics with durable subscriptions were not being persisted across restarts, which seems like a bit of problem :confused:. At a high l

Re: ActivemQ - starting the broker

2008-04-22 Thread Fred D
Hi, I noticed only 1 slash in the URL could it be a typo? or just in the error message It should be: "tcp://localhost:55000" in the config xml file. If this is not it ... try running a standalone broker (right after unzipping the binary package) to see if that works as a start. Fred --

Re: Poort ActiveMQ Persistence Performance

2008-04-22 Thread vanyatka
Here are more tests with *default* AMQ 5.1 configuration. The broker URL is BROKER_URL = tcp://myhost:61616?wireFormat.tcpNoDelayEnabled=true&wireFormat.cacheEnabled=true&wireFormat.cacheSize=4096&wireFormat.tightEncodingEnabled=false Clearly the performance of persistency store is suffering 10

RE: STOMP and Failover transport

2008-04-22 Thread Dylan Vanderhoof
I believe Ramit Arora and Simon Wistow from this list are also working separatly on failover transport for Net::Stomp and have access to PAUSE for uploading to CPAN. It might be worth pinging them to avoid duplication of effort and get a One True Module(tm) out for the perl community. (Speakin

Re: Adding users on the fly ACTIVEMQ

2008-04-22 Thread Dejan Bosanac
I think the only way at the moment is to use LDAP JAAS login module ( http://activemq.apache.org/maven/activemq-jaas/apidocs/org/apache/activemq/jaas/LDAPLoginModule.html). The appropriate relational database solution is still to come. Cheers -- Dejan Bosanac www.scriptinginjava.net On Tue, Apr

Adding users on the fly ACTIVEMQ

2008-04-22 Thread greenapple
I have activemq running and a new user asks for an account. Is it possible to add users and groups on the fly to the list of users and groups in activemq without restarting it? If so, how? -- View this message in context: http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ-tp16825211s2354p16

STOMP and Failover transport

2008-04-22 Thread Valerio VALDEZ Paolini
Hi All, I'm working on an improved STOMP client written in Perl and I need some clarifications about the behaviour of the failover transport. Let's suppose that a client, configured to use two hosts in failover A and B, opens a TCP connection to broker A, connects, subscribes to some destinatio

Re: JAXB Version Conflict

2008-04-22 Thread Tom Purcell
Chris JAXB 2.1 may be backward compatible but it looks like CXFServlet does not care. At any rate the exclusion(added to my web app pom) in my previous post is working fine. Thanks Tom Chris Custine (Apache) wrote: > > Hi Tom, > I think JAXB 2.1 is backwards compatible with 2.0, so I would tr

Re: ActivemQ - Could not start the broker

2008-04-22 Thread ttmdev
Can you post your broker's XML configuration file? Also, the output of your broker as captured in the ACTIVEMQ_HOME/data/activemq.log file; it may shed some light on the problem. I highly recommend upgrading to version 5.1 of ActiveMQ. Joe Goto www.ttmsolutions.com for a free ActiveMQ user gu

Re: How can i contribute to the AMQ-documentation?

2008-04-22 Thread James Strachan
On 22/04/2008, j0llyr0g3r <[EMAIL PROTECTED]> wrote: > > Hey, > > sorry for digging out this old thread, but. > > After this 2 threads: > > > *http://www.nabble.com/Simple-authentication-not-working%3A-Unrecognized-xbean-element-mapping%3A-authenticationUser-td16765832s2354.html > > *htt

Re: How can i contribute to the AMQ-documentation?

2008-04-22 Thread j0llyr0g3r
Hey, sorry for digging out this old thread, but. After this 2 threads: *http://www.nabble.com/Simple-authentication-not-working%3A-Unrecognized-xbean-element-mapping%3A-authenticationUser-td16765832s2354.html *http://www.nabble.com/Securing-the-web-console-impossible--td16765525s2354.html

ActivemQ - Could not start the broker

2008-04-22 Thread Sonia_08
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

Request for patch: http-proxy -> setting user / password not possible

2008-04-22 Thread j0llyr0g3r
Hey ho, according to the release notes of AMQ 4.1.1: http://activemq.apache.org/activemq-411-release.html there is support for AMQ over http-proxies. When i look at the source-code, specifically * org.apache.activemq.transport.http.HttpClientTransport * org.apache.activemq.transport.http.HttpT

Re: Securing the web console impossible?

2008-04-22 Thread j0llyr0g3r
Hey folks, i finally solved it.:-) I will add this information to the wiki so that the average idiot - thereby referring to me - can set this up. But since it might take some time until i find the time to edit the wiki, here's a short summary, and hopefully an idiot-proof copy&paste method

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-22 Thread j0llyr0g3r
Hi Joe, i figured this 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. out by coincidence yesterday evening. I had to comment out the camel context and the command agent to get it working (just as