Re: Artemis Kerberos support for openwire and stomp protocol

2018-06-12 Thread xabhi
Thanks for the reply Tim. Is there a plan to extend Kerberos Authentication to STOMP and other protocols in Artemis? Should i log a JIRA ticket for this? Thanks, Abhi -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Three node Artemis cluster

2018-06-12 Thread schalmers
As per our IRC conversation, JIRA raised @ https://issues.apache.org/jira/projects/ARTEMIS/issues/ARTEMIS-1928?filter=allopenissues With regards to the timeout issues, that is caused by the AWS ELB connecting to the nodes testing they are alive, so please disregard that. -- Sent from: http://ac

Re: Artemis: DOC: incorrect name of cacheDestinations element?

2018-06-12 Thread hostalp
I'd also suggest to add something like "connection parameters reference" listing all possible options at single place. There's already something like that for the server configuration: http:// activemq.apache.org/artemis/docs/latest/configuration-index.html But the client side connection parame

What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-06-12 Thread libing195205
I’m using ActiveMQ v5.10.0, and on the web console page I can see two columns named “Messages Enqueued” and “Messages Dequeued” for BOTH queue and topic. I’m clear on what these two columns mean for queue, but confused on that for topic. Because after a message enqueued into a topic, this message w

Re: Three node Artemis cluster

2018-06-12 Thread Justin Bertram
What happens if you actually connect a consumer to node 1 or 2 and try to consume those messages? I'm not 100% certain what should be visible on the management console of a node in the cluster when a queue is created on a different node in the cluster, but I do know with your configuration message

Re: Artemis: DOC: incorrect name of cacheDestinations element?

2018-06-12 Thread Justin Bertram
I just sent a PR [1] to deal with this. Thanks! Justin [1] https://github.com/apache/activemq-artemis/pull/2137 On Tue, Jun 12, 2018 at 6:46 AM, wrote: > > Hello, > > in the Artemis docs: > > https://activemq.apache.org/artemis/docs/latest/using-jms.html > (https://activemq.apache.org/artemi

Re: Artemis Kerberos support for openwire and stomp protocol

2018-06-12 Thread Timothy Bish
On 06/12/2018 04:24 AM, xabhi wrote: Hi, I am looking to setup Artemis for my use-cases that are currently using ActiveMQ v5.14.1 and want to use Kerberos auth which isn't available in ActiveMQ currently. How can i set-up Kerberos authentication for openwire and STOMP protocol? How will clients

Re: Client certificate login to management console

2018-06-12 Thread Justin Bertram
The management console is served by an embedded instance of Jetty [1]. Therefore, if you want to configure the management console for certificate based authentication you'll need to find out if Jetty itself supports this functionality. I tend to doubt that Jetty supports certificate based authentic

Artemis: DOC: incorrect name of cacheDestinations element?

2018-06-12 Thread hostalp
Hello, in the Artemis docs: https://activemq.apache.org/artemis/docs/latest/using-jms.html (https://activemq.apache.org/artemis/docs/latest/using-jms.html) https://activemq.apache.org/artemis/docs/latest/perf-tuning.html (https://activemq.apache.org/artemis/docs/latest/perf-tuning.html) it'

Artemis Kerberos support for openwire and stomp protocol

2018-06-12 Thread xabhi
Hi, I am looking to setup Artemis for my use-cases that are currently using ActiveMQ v5.14.1 and want to use Kerberos auth which isn't available in ActiveMQ currently. How can i set-up Kerberos authentication for openwire and STOMP protocol? How will clients (STOMP and openwire) authenticate to t