Re: cannot consume msg by a duplex network connect broke.

2018-09-16 Thread Tim Bain
You previously said that you were statically configuring the network connectors, but in your last email you talked about advisory topics, which are only used for dynamically included destinations. Which approach are you using? More generally, please post your broker configuration, since that may e

Re: JAVA will be licensed from 2019

2018-09-16 Thread Tim Bain
I'm in no way trying to cut off this discussion (I'm learning things, so thanks to those who are sharing knowledge), but I do want to make sure we answer the OP's question. ActiveMQ does not distribute the JVM, nor require a user to use any particular JVM. The pre-requisites for installation ( htt

Re: JAVA will be licensed from 2019

2018-09-16 Thread Alain Rastoul
Thank you for your comments and answers. Yes, I understood that oracle would commit to latest openjdk, and as  said by mark reinhold in "who is in charge" talk, that they 'want java to be around  in 2030' :) but as you said too, they will not commit to any maintenance branch, and that is the p

Re: JAVA will be licensed from 2019

2018-09-16 Thread Jiri Daněk
On Sun, Sep 16, 2018 at 9:56 AM alain rastoul wrote: > Hi, > > As I understand (correct me if I'm wrong) this is not a about a specific > platform (windows) JDK, but a change between Oracle and OpenJDK > relationship. > Yes. > OpenJDK will not benefit from all Oracle improvments/corrections, >

Re: Can you get the consumer Id of an expired message

2018-09-16 Thread Tim Bain
Which, re-reading your message, is what I think you were asking. Tim On Sun, Sep 16, 2018, 1:36 PM Tim Bain wrote: > I don't believe there's a way to specify that the consumer shouldn't be > aborted, but you can get that effect by setting maxSlowDuration to a large > value. > > Tim > > On Fri,

Re: Can you get the consumer Id of an expired message

2018-09-16 Thread Tim Bain
I don't believe there's a way to specify that the consumer shouldn't be aborted, but you can get that effect by setting maxSlowDuration to a large value. Tim On Fri, Sep 14, 2018, 9:23 AM kinga123 wrote: > Thanks Tim! Really appreciate the great response. Also, thanks for the > heads > up on th

Re: ActiveMQCPP--Cannot publish to a deleted destinatination: temp-queue:

2018-09-16 Thread dpatel
This is on a single broker. Here is the activemq xml again. activemq.xml -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQCPP--Cannot publish to a deleted destinatination: temp-queue:

2018-09-16 Thread Tim Bain
Is this in a single broker or a network of brokers? If the latter, does it work for a single broker without advisory messages enabled? Also, your activemq.xml didn't make it. Tim On Sun, Sep 16, 2018, 2:06 AM dpatel wrote: > ActiveMQCPP version: 3.7.1 > AcitveMQBroker version: 5.10.0 >

Re: JAVA will be licensed from 2019

2018-09-16 Thread alain rastoul
Hi, As I understand (correct me if I'm wrong) this is not a about a specific platform (windows) JDK, but a change between Oracle and OpenJDK relationship. OpenJDK will not benefit from all Oracle improvments/corrections, Oracle will give back it's source code for new JDK version to OpenJDK ev

ActiveMQCPP--Cannot publish to a deleted destinatination: temp-queue:

2018-09-16 Thread dpatel
ActiveMQCPP version: 3.7.1 AcitveMQBroker version: 5.10.0 Here is a simple example. The code includes both consumer and producer // START SNIPPET: demo #include #include #include #include #include #include #include #include #include #include #include #include