Re: Website

2018-10-02 Thread michael.andre.pearce
If you noted because its using jekyll i could use github pages. One option is you could host it on asf git, have the github clone like we do with code and then use github pages, simply asking infra to have the sub domain point to the github pages. Not sure if thats allowed or not, but if it is

[GitHub] activemq-artemis pull request #2340: ARTEMIS-1018 de-duplicate logging codes

2018-10-02 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2340#discussion_r222129384 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java --- @@ -69,6 +54,21 @@ import

[GitHub] activemq-artemis pull request #2340: ARTEMIS-1018 de-duplicate logging codes

2018-10-02 Thread jdanekrh
Github user jdanekrh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2340#discussion_r222116889 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java --- @@ -69,6 +54,21 @@ import

Re: Website

2018-10-02 Thread Clebert Suconic
+1000 on the ASF git repo. >> an easy way to find the information we know exists via search functionality >> or something. << Would be cheesy to have a link to the old website somewhere (Legacy pages), so old pages would still be found by search engines? I think we should still have

[GitHub] activemq-artemis pull request #2340: ARTEMIS-1018 de-duplicate logging codes

2018-10-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2340 ARTEMIS-1018 de-duplicate logging codes You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1018

Re: Website

2018-10-02 Thread Bruce Snyder
Great job, MIchael! I like the look of this site. There's certainly work to be done as you mentioned, so I don't think it can take the place of the current site 100% just yet. I agree that it does not need to be perfect, but we need to provide an easy way to find the information we know exists

Re: Website

2018-10-02 Thread Francesco Nigro
Guys, that's a nice work Well done!!! Il mar 2 ott 2018, 17:32 Clebert Suconic ha scritto: > I like this a lot... > > The projects on the front. modern look & feel, Even if you open it on > the phone.. it formats well on cellphones .. which is a nice thing > these days. > > > Big +1 from me

[GitHub] activemq-artemis pull request #2338: ARTEMIS-2101 Do not cluster OpenWire ad...

2018-10-02 Thread franz1981
Github user franz1981 closed the pull request at: https://github.com/apache/activemq-artemis/pull/2338 ---

[GitHub] activemq-artemis pull request #2338: ARTEMIS-2101 Do not cluster OpenWire ad...

2018-10-02 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2338#discussion_r222008074 --- Diff: artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManager.java

[GitHub] activemq-artemis issue #2256: ARTEMIS-2045 Add support for setting delivery ...

2018-10-02 Thread calohmn
Github user calohmn commented on the issue: https://github.com/apache/activemq-artemis/pull/2256 Rebased and updated after the refactorings done in #2329. ---

Re: Website

2018-10-02 Thread Clebert Suconic
I like this a lot... The projects on the front. modern look & feel, Even if you open it on the phone.. it formats well on cellphones .. which is a nice thing these days. Big +1 from me on this... we should finish the content once the format is aproved. How do we go now to make these changes?

Re: ActiveMQ disable SASL authentication

2018-10-02 Thread Timothy Bish
On 10/02/2018 10:17 AM, jafparejo wrote: Hi all, We are configuring an ActiveMQ broker version 5.15.6. After starting the broker we try to make a simple test connection with amqp transport connector " " but we received an error message "PN_TRANSPORT_CLOSED: amqp:connection:framing-error: AMQP

[GitHub] activemq-artemis pull request #2338: ARTEMIS-2101 Do not cluster OpenWire ad...

2018-10-02 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2338#discussion_r221985696 --- Diff:

[GitHub] activemq-artemis issue #2338: ARTEMIS-2101 Do not cluster OpenWire advisory ...

2018-10-02 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/2338 @michaelandrepearce @jbertram @clebertsuconic I have made it more generic and less OpenWire bounded, but I'm not quite 100% sure about it so please, fi you have any comments or worries

ActiveMQ disable SASL authentication

2018-10-02 Thread jafparejo
Hi all, We are configuring an ActiveMQ broker version 5.15.6. After starting the broker we try to make a simple test connection with amqp transport connector " " but we received an error message "PN_TRANSPORT_CLOSED: amqp:connection:framing-error: AMQP header mismatch: AMQP SASL layer" This

Website

2018-10-02 Thread michael.andre.pearce
Hi all,   I just wanted to get the ball rolling again on this discussion, we've made some great progress made on the initial code base we started a while back, we've created a responsive design based on bootstrap which looks pretty nice on both mobile and desktop, bringing us into 2018 ;). 

[GitHub] activemq-artemis pull request #2339: ARTEMIS-2102 delete paging directory or...

2018-10-02 Thread wy96f
Github user wy96f closed the pull request at: https://github.com/apache/activemq-artemis/pull/2339 ---

[GitHub] activemq-artemis pull request #2339: ARTEMIS-2102 delete paging directory or...

2018-10-02 Thread wy96f
GitHub user wy96f reopened a pull request: https://github.com/apache/activemq-artemis/pull/2339 ARTEMIS-2102 delete paging directory or table if address is removed Our app uses clientRequestor to get message count or other metrics. When the broker is globally full(all

[GitHub] activemq-artemis pull request #2339: ARTEMIS-2102 delete paging directory or...

2018-10-02 Thread wy96f
GitHub user wy96f opened a pull request: https://github.com/apache/activemq-artemis/pull/2339 ARTEMIS-2102 delete paging directory or table if address is removed Our app uses clientRequestor to get message count or other metrics. When the broker is globally full(all

[GitHub] activemq-artemis issue #2338: ARTEMIS-2101 Do not cluster OpenWire advisory ...

2018-10-02 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/2338 Thanks guys: I'm working on this to improve the decoupling of the solution from being OpenWire-centric :+1: ---