websocket transport configuration

2019-06-21 Thread ncasaux
Hello, I'm trying to load ActiveMQ using the default websocket connector: However, despite the *maximumConnections* attribute, I managed to have more than 2000 consumers successfully connected. I can see the 2000+ connections using "netstat -an". Does the transport connection attributes work

Missing username of client in JMX

2018-12-21 Thread ncasaux
Hello, When I look at datas available through JMX, if I choose a client connection, the "userName" field is empty Any reason for that ? Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Can I map composite topic to virtual topic

2018-12-12 Thread ncasaux
Hello, After some search, I think I managed to do what you describe. The only difference I see is that I had to re-specify the default value for name and prefix of virtualtopics: in the block. Example:

Re: Messages expiration not always working

2018-11-15 Thread ncasaux
Problem occurred again on a queue 3 days after it was created and no consumer at all. ActiveMQ finally shut down due to not enough space on the machine. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Messages expiration not always working

2018-10-22 Thread ncasaux
Hello, I have a configuration with one virtualtopic and three queues. I send multiples messages on the virtualtopic and they all have a expiration date. Sometime, when the queue has no consumer, the expired messages on the queue are not removed properly and remain on the queue, but this does not

Re: REST API - multiple users and authorizations

2018-10-14 Thread ncasaux
Hello Jean-Baptiste, Any chance you had time to look into this ? :) Regards, Nicolas -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: REST API - multiple users and authorizations

2018-09-27 Thread ncasaux
Hello, Does anyone has already experienced this ? I find it hard to believe that we can not use authorizations defined in activemq.xml when we you the REST API. Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: REST API - multiple users and authorizations

2018-09-18 Thread ncasaux
Hi Tim, Thanks for your response. For the HTTP REST queries with a Basic Auth, I only managed to use usernames and passwords defined in the file "jetty-realm.properties". As per my understanding, these queries then use the credential defined in the file "credentials.properties". I never managed

Re: REST API - multiple users and authorizations

2018-09-17 Thread ncasaux
0 view... is it some kind of bug ? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

REST API - multiple users and authorizations

2018-09-12 Thread ncasaux
Hello, I'm trying to configure ActiveMQ to allow different users to consume message from different desintations through the REST API. So far, I managed to create multiple Jetty users in file jetty-realm.properties, and as I understand, when those users use the REST API, they internally use the Ac