Re: https://github.com/Hill30/amq-kahadb-tool

2022-12-16 Thread wendellhatcher1074
Thanks Matt. 😊Sent via the Samsung Galaxy Note20 Ultra 5G, an AT&T 5G smartphone Original message From: Matt Pavlovich Date: 12/16/22 11:40 AM (GMT-05:00) To: users@activemq.apache.org Subject: Re: https://github.com/Hill30/amq-kahadb-tool Hi Wendell-I’ve not used it.

Re: https://github.com/Hill30/amq-kahadb-tool

2022-12-16 Thread Matt Pavlovich
Hi Wendell- I’ve not used it. Most likely, that would be used for an offline ‘defrag’ of sorts. Please note— that tool is not part of the Apache ActiveMQ community and is quite dated— looks to have been built using ActiveMQ 5.13.x and may not be reliable with newer versions of ActiveMQ. You m

Re: HTTPS ActiveMQ NMS

2012-05-03 Thread Timothy Bish
On Thu, 2012-05-03 at 13:50 -0600, Chris Robison wrote: > I noticed there is no HTTP support in ActiveMQ NMS. Are there any plans to > include that in the project? > > Chris There's no current plan to add it, if you want to work on adding it and contribute a patch we'd be happy to have the help.

Re: https

2010-04-13 Thread Gary Tully
Also note that a more generic way of setting options via reflection will be supported in 5.4. Think this should be the basis for https. see: http://activemq.apache.org/ssl-transport-reference.html#SSLTransportReference-SSLServerSocketoptions On 13 April 2010 09:40, Dejan Bosanac wrote: > Hi, > >

Re: https

2010-04-13 Thread Dejan Bosanac
Hi, this is not yet implemented. We should probably introduce needClientAuth parameter as we have for SSL transport http://activemq.apache.org/how-do-i-use-ssl.html. Can you raise Jira enhancement request for this? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - ht

Re: https

2010-04-12 Thread Mike Rawlins
I don't know what the original submitter was trying to do, but I have a question and it seems as if I might have the same problem. The HTTPS configuration for the broker seems to enable the client to validate the identity of the broker and encrypt the connection. However, this may not be enough f

Re: https

2010-02-17 Thread Dejan Bosanac
Hi, what exactly are you trying to achieve and what error are you getting? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Feb 17, 2010 at 12:52 PM,

Re: https

2010-02-17 Thread lernit2007
Hi, how can I do this? Dejan Bosanac wrote: > > Hi, > > needClientAuth parameter is not implemented for the https protocol. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/

Re: https

2010-02-15 Thread Dejan Bosanac
Hi, needClientAuth parameter is not implemented for the https protocol. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Feb 12, 2010 at 2:18 PM, lern

Re: HTTPS configuration - HELP!

2009-12-18 Thread RJtokenlanring
Call tags are placed into jetty.xml configuration file. This file is imported from the broker-config.xml file and used for activemq configuration. Thank you for the response -- View this message in context: http://old.nabble.com/HTTPS-configuration---HELP%21-tp26628876p26845928.html Sent from

Re: HTTPS configuration - HELP!

2009-12-14 Thread yesnid
Does this mean that the configuration that you are placing between the Call tags cannot go into the ativemq.xml file? Thank you. RJtokenlanring wrote: > > Hi all, I've followed all the threads and configurations guide for > configuring HTTPS support > (activeMQ 5.3.0 + JBOSS) > > I have activa

Re: HTTPS how to.

2008-06-25 Thread ttmdev
See the following JIRA and associated patch. http://issues.apache.org/activemq/browse/AMQ-1098 There is also this thread, which concerns ActiveMQ’s use of Jetty for HTTPS support. Note that a misconfiguration with respect to the keys and/or certificates can lead to an infinite loop with the brok

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

Re: HTTPS in general not working between brokers?

2008-05-15 Thread Hiram Chirino
OK.. perhaps the best way is if you join the our IRC channel at: irc://irc.codehaus.org/activemq that way I can give you better real time help on getting started at tacking this issue. Regards, Hiram On Thu, May 15, 2008 at 2:44 PM, j0llyr0g3r <[EMAIL PROTECTED]> wrote: > > Hi, > > regarding: >

Re: HTTPS in general not working between brokers?

2008-05-15 Thread j0llyr0g3r
Hi, regarding: If you interested in helping let me know and I'll get you started in the right direction. Since we have an urgent need for this functionality: Yes, please get me started, and i will (hopefully) be able to supply a patch -- View this message in context: http://www.nabble.c

Re: HTTPS in general not working between brokers?

2008-05-15 Thread Hiram Chirino
Yeah.. the http/s transport does not get as much use as most other connectors so it might not be up to snuff. It would be awesome if interested folks to start contributing test cases and patches to get it more robust. If you interested in helping let me know and I'll get you started in the right d

Re: HTTPS in general not working between brokers?

2008-05-15 Thread j0llyr0g3r
Hi, using the ssl-conncetor for ssl works fine but this is not what i need. Because of a http-proxy in the middle i need to use the https-connector. As described here: http://www.nabble.com/http-ok%2C-ssl-ok%2C-HTTPS--%3E-NOT-ok--td17131092s2354.html - ssl works - http work (even over proxies

Re: HTTPS in general not working between brokers?

2008-05-15 Thread Hiram Chirino
You should be able to use the ssl: transports between brokers just fine. All you have to configure is the key and trust stores + the JVM properties for them. Regards, Hiram On Wed, May 14, 2008 at 8:14 AM, j0llyr0g3r <[EMAIL PROTECTED]> wrote: > > Hey folks, > > i have a major problem with AMQ h