[Artemis] Remove queues with wildcard

2018-02-09 Thread Raul Valdoleiros
Hi, I've the following scenario: - Wildcard configuration active - Some subscribers to a queue like "+/example/+" - Subscribers of queues like "1/example/1" or "2/example/1" - Publishers to queues like "1/example/2" - Two brokers connected in a dynamic cluster I got the following

Re: [ARTEMIS-2.4] Unable to copy text from console's editor

2018-02-09 Thread Archibald
Hi, Can anyone confirm, that "copy to clipboard" is broken? Thanks, A. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Can we achieve clustering and distributed feature of ActiveMQ for .net application

2018-02-09 Thread Tim Bain
ActiveMQ 5.x doesn't support clustering (multiple active brokers all sharing a set of messages to serve to clients), but Artemis does. ActiveMQ supports having a client failover between multiple active brokers, which could be linked together in a network of brokers, but a network of brokers is

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread Tim Bain
One thing that could cause pauses like that is the JVM's garbage collector. What GC strategy are you using, and can you see if the times at which the higher latency occurs correlate with the times at which full GCs are occurring? Tim On Feb 9, 2018 1:53 AM, "alprausch77"

Can we achieve clustering and distributed feature of ActiveMQ for .net application

2018-02-09 Thread bittusrivastava
Hi, Can we achieve clustering and distributed feature of ActiveMQ over AMQP protocol using AMQP.net client library Windows platform? if yes , Please suggest any pointers . Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-09 Thread bittusrivastava
Hi, I have seen that scheduling facility available in ActiveMQ. but i am using amqp.netLibrary for sending messages on amqp protocol using broker activeMQ. i tried to google as how i can schedule a message using amqp.net library. but i didnt find any . Please help me on this . Thanks -- Sent

Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread alprausch77
Hello. I have a question about the AMQ-3166 issue and the introduced 'rollbackOnlyOnAsyncException' flag. In the comments of the AMQ-3166 task Gary Tully says async exceptions on transactional ops - message send and message ack will result in the transaction being marked rollback-only. Commit

Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread alprausch77
Hello. I have a question about the AMQ-3166 issue and the introduced 'rollbackOnlyOnAsyncException' flag. In the comments of the AMQ-3166 task Gary Tully says /async exceptions on transactional ops - message send and message ack will result in the transaction being marked rollback-only.