Re: C# NMS Submission

2018-08-07 Thread raynera
I might be being stupid. Not creating my connection with a username & password. Will try again when I'm back in the office! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: [VOTE] Apache ActiveMQ 5.15.5 #3

2018-08-07 Thread Arthur Naseef
Can we get this commit added to the release? It's currently on the master branch. d8c80a98212ee5d73a281483a2f8b3f517465f62 Please let me know what else needs to be done to get it into the release. Art On Tue, Aug 7, 2018 at 2:39 PM, Arthur Naseef wrote: > I found that one issue was not

Re: ActiveMQ java Client using pkcs certificates

2018-08-07 Thread Arthur Naseef
Try this: Notice the keyStoreType and trustStoreType attributes. Art On Tue, Aug 7, 2018 at 8:09 AM, Justin Bertram wrote: > I would expect PKCS stores to work fine. Have you tried them and found > they didn't work? > > > Justin > > On Tue, Aug 7, 2018 at 9:59 AM, zollen

[GitHub] activemq-artemis pull request #2222: ARTEMIS-2014 Treat inability to create ...

2018-08-07 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/#discussion_r208364209 --- Diff: artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/AbstractSequentialFileFactory.java --- @@ -224,8 +224,10 @@ public

C# NMS Submission

2018-08-07 Thread raynera
I'm getting the "Channel was inactive for too long" message from my C# program. Can I send messages from the most recent version of NMS to an older server version? We have AMQ Server version 5.5.1 (but it's a "fuse" version of the server). It fails on the "using (ISession session =

[GitHub] activemq-artemis pull request #2223: ARTEMIS-2015 PriorityLinkedListImpl::is...

2018-08-07 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2223 ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe PriorityLinkedListImpl::size access is changed to be safely observable by a thread different from the one allowed to

[GitHub] activemq-artemis pull request #2222: ARTEMIS-2014 Treat inability to create ...

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

[GitHub] activemq-artemis pull request #2222: ARTEMIS-2014 Treat inability to create ...

2018-08-07 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/#discussion_r208297490 --- Diff: artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/AbstractSequentialFileFactory.java --- @@ -224,8 +224,10 @@ public

[GitHub] activemq-artemis pull request #2222: ARTEMIS-2014 Treat inability to create ...

2018-08-07 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/#discussion_r208296624 --- Diff: artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/AbstractSequentialFileFactory.java --- @@ -224,8 +224,10 @@

[GitHub] activemq-artemis pull request #2222: ARTEMIS-2014 Treat inability to create ...

2018-08-07 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/ ARTEMIS-2014 Treat inability to create directory for paging as critial You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis issue #2221: ARTEMIS-1978: update to proton-j 0.27.3 to res...

2018-08-07 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2221 I'd also like to backport this change to 2.6.x given the severity of the problems, which is why 0.27.3 is used and not yet 0.28.1. The backport needs a small test change rather

[GitHub] activemq-artemis pull request #2221: ARTEMIS-1978: update to proton-j 0.27.3...

2018-08-07 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/2221 ARTEMIS-1978: update to proton-j 0.27.3 to resolve sequencing issues You can merge this pull request into a Git repository by running: $ git pull

Re: ActiveMQ java Client using pkcs certificates

2018-08-07 Thread Justin Bertram
I would expect PKCS stores to work fine. Have you tried them and found they didn't work? Justin On Tue, Aug 7, 2018 at 9:59 AM, zollen wrote: > I see all samples of ActiveMQ SSL clients using jdk stores, but I see no > client example of using ActiveMQSslConnectionFactory with pkcs >

ActiveMQ java Client using pkcs certificates

2018-08-07 Thread zollen
I see all samples of ActiveMQ SSL clients using jdk stores, but I see no client example of using ActiveMQSslConnectionFactory with pkcs certificates. I would be much apprecipated if anyone could provide any information about ActiveMQSslConnectionFactory with pkcs. Thanks zollen -- Sent from:

[GitHub] activemq-artemis pull request #2218: ARTEMIS-2012 Treat replication failures...

2018-08-07 Thread jbertram
Github user jbertram closed the pull request at: https://github.com/apache/activemq-artemis/pull/2218 ---

[GitHub] activemq-artemis pull request #2220: [ARTEMIS-1946] Cluster with allow-direc...

2018-08-07 Thread JiriOndrusek
GitHub user JiriOndrusek opened a pull request: https://github.com/apache/activemq-artemis/pull/2220 [ARTEMIS-1946] Cluster with allow-direct-connections-only="true" and … …localAddress in netty connections with allow-direct-connections-only="true" prevents core bridge to be

[GitHub] activemq-artemis pull request #2219: ARTEMIS-2013 Can't create durable subsc...

2018-08-07 Thread gaohoward
GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/2219 ARTEMIS-2013 Can't create durable subscriber to a composite topic An OpenWire client can use a compound destination name of the form "a,b,c..." and consume from, or subscribe to,