Re: Secure connection from ActiveMQ to RabbitMQ

2018-01-27 Thread Tim Bain
If I've understood you correctly, I believe that you're asking whether RabbitMQ (and the RabbitMQ plugin for Camel) supports SSL or something similar. If so, you'll want to post that question to the RabbitMQ mailing list and/or the Camel mailing list. If that's not your question, please clarify ex

Re: [ARTEMIS] Server doesn't start if JDBC store is used and table NODE_MANAGER_STORE is empty

2018-01-27 Thread nigro_franz
Great, I've missed the most obvious solution, well done! It can be fixed and it would be awesome a test with a PR too :) Thanks, Franz -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [ARTEMIS] Messages with same group-id are received by multiple consumers

2018-01-27 Thread Ogi
Hi Mirek, Thank you for your answer, but no, unfortunately that is not the case. So, use case is: I first start server app, then my local app, so the consumers are firstly connected to the Artemis. And after everything is up, I execute that simple test. Thank you, Ognjen -- Sent from: http://

Re: [ARTEMIS] Server doesn't start if JDBC store is used and table NODE_MANAGER_STORE is empty

2018-01-27 Thread Archibald
Thanks Franz, this sounds all supi-dupi interesting but has nothing to with the issue. It is as simple as I noticed. >From the code: JdbcSharedStateManager.java: protected void createSchema() throws SQLException { try { createTable(sqlProvider.createNodeManagerStoreTableSQL(), sq

Re: [ARTEMIS] A diverted message cannot be retried from DLQ

2018-01-27 Thread Archibald
Before someone asks: I ran the test against current master. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [ARTEMIS] A diverted message cannot be retried from DLQ

2018-01-27 Thread Archibald
Hmm, don't know why the original mail message text is no being posted here but only the attachment, but anyway here it is again: Given a topic SOURCE and a divert which forwards a message M to a queue TARGET. Consumer fails to process M and M is being send to DLQ. If you now retry M from DLQ it

[ARTEMIS] A diverted message cannot be retried from DLQ

2018-01-27 Thread Archibald Whilshire
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the