Re: [DISCUSS] 32 bits compilation for Artemis libaio native

2018-08-17 Thread Clebert Suconic
That works for embedded dependencies. But how that works on the server classpath? On Fri, Aug 17, 2018 at 7:41 PM michael.andre.pearce wrote: > I would suggest we implement what netty does with native libs like epoll. > Package a 32 and 64 bit and depending on deployed architecture and os, you

Re: [DISCUSS] 32 bits compilation for Artemis libaio native

2018-08-17 Thread michael.andre.pearce
I would suggest we implement what netty does with native libs like epoll. Package a 32 and 64 bit and depending on deployed architecture and os, you use the corresponding compiled native lib. This way those on 64bit get the advantage. Yet supporting those on 32bit still where needed. Sent from

[GitHub] activemq-artemis pull request #2253: NO-JIRA Tweak RedeployTest

2018-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2253 ---

[GitHub] activemq-artemis pull request #2253: NO-JIRA Tweak RedeployTest

2018-08-17 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2253 NO-JIRA Tweak RedeployTest 1) Remove use of deprecated EmbeddedJMS. 2) Change test config to use static clustering as discovery may not work in some CI environments. You can merg

[GitHub] activemq-artemis issue #2252: ARTEMIS-2023 Fix missing setEnable1x methods

2018-08-17 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/2252 @michaelandrepearce yes. leave it with me. ---

[GitHub] activemq-artemis issue #2252: ARTEMIS-2023 Fix missing setEnable1x methods

2018-08-17 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2252 Can some tests be added ---

Re: [DISCUSS] 32 bits compilation for Artemis libaio native

2018-08-17 Thread Clebert Suconic
Sorry to resurrect a 3 years old thread. I turned out, I have some users from Wildfly complaining about removing 32 bits. I am having more trouble on answering these calls than I would on compiling it back.. so I will just place it back.. Any strong feeling about it? On Mon, Dec 19, 2016 at 4:45

[GitHub] activemq-artemis pull request #2252: ARTEMIS-2023 Fix missing setEnable1x me...

2018-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2252 ---

[GitHub] activemq-artemis pull request #2252: ARTEMIS-2023 Fix missing setEnable1x me...

2018-08-17 Thread mtaylor
GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/2252 ARTEMIS-2023 Fix missing setEnable1x methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-2023-fi