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
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
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://
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
Before someone asks: I ran the test against current master.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
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
/*
* 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