Re: Soket connection ActiveMQ with .Net

2019-02-26 Thread Shine
hi, try this lib: ActiveMQ NMS http://activemq.apache.org/nms/index.html Examples http://activemq.apache.org/nms/examples.html or https://www.pmichaels.net/2016/09/29/a-c-programmers-guide-to-installing-running-and-messaging-with-activemq/ Your .Net App ist the Subscriber/Consumer. You can

Re: Need help with a message broker configuration

2015-12-30 Thread Shine
e receiver is a normal desktop computer and the computer is not 24/7 on(-line) or the user is on holyday ... that is the reason for such long time-to-live. I will spend more disk space. regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-mess

Re: Need help with a message broker configuration

2015-12-30 Thread Shine
2 MB instead 32 MB? regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705484.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need help with a message broker configuration

2015-12-23 Thread Shine
Hi Tim, the oldest file has the name db-159.log ... created on the 8th of december. .. regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705385.html Sent from the ActiveMQ - User mailing list

Re: Need help with a message broker configuration

2015-12-23 Thread Shine
Hi Tim, the folder contains 546 files now; folder size: 17,4 GB. ... 2 files removed and ~ 40 new files since yesterday. regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705384.html Sent from

Re: Need help with a message broker configuration

2015-12-23 Thread Shine
Hi Tim, there are about 2500 queues and it is not so easy to browse all queues and unconsumed messages. I took a look to a lot of queues with unconsumed messages and all messages has an (valid = future date) expiration date. Now 561 files / 17,9 GB regards Shine -- View this message

Re: Need help with a message broker configuration

2015-12-22 Thread Shine
Hi Tim, in the folder are 512 files now ... and the folder size is about 16,5 GB. in about 4 hours the server removed 2 files and creates 11 new files, so the folder grows and grows. regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help

Re: Need help with a message broker configuration

2015-12-22 Thread Shine
Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705356.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need help with a message broker configuration

2015-12-18 Thread Shine
find a DLQ Queue/Topic if i use the (old) ActiveMQ WebConsole. Where can i find the DLQ messages? regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705177.html Sent from the ActiveMQ - User mailing list

Re: Need help with a message broker configuration

2015-12-18 Thread Shine
Hi Tim. no queue with that name In the topic Tab is that entry .. SHINE is a queue name ActiveMQ.Advisory.Expired.Queue.SHINER Number Of Consumers: 0 Messages Enqueued: 2<= expired Messages ... automatically remove from queue Messages Dequeued: 0 .. but i cant remove via WebCons

Re: Need help with a message broker configuration

2015-12-17 Thread Shine
Hi, is a Multi kahaDB persistence adapter a good way to get the growing of the KahaDB folder under control? best regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-a-message-broker-configuration-tp4705074p4705138.html Sent from the ActiveMQ

Re: Need help with a message broker configuration

2015-12-17 Thread Shine
Here the current configuration ... any suggestion for improvement? How many GB diskspace needs a "normal" kahaDB? http://activemq.apache.org/schema/core; brokerName="localhost" dataDirectory="${activemq.data}" useJmx="true" schedulePeriodForDestinationPurge="60" >

Re: Need help with a message broker configuration

2015-12-17 Thread Shine
Hi Tim, For problem #1: there are a lot of unconsumed messages, but each message havs an expiration time (max 2-3 weeks). Over the time the size of the KahaDB folder should be nearly constant. -- View this message in context:

Need help with a message broker configuration

2015-12-16 Thread Shine
ems: - the kahadb folder grows and grows; currently the folder contains about 400 files. - a client has many(unnecessary) connections to this topic "ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic" thanks for help. best regards Shine -- View this message in context: http://active

Too many failover connections?

2015-11-10 Thread Shine
iveMQ against that kind of "DoS Attack"? regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Too-many-failover-connections-tp4703801.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Secure all queues start with a 't'

2013-09-20 Thread Shine
Hi, it does not work. the configuration: simpleAuthenticationPlugin users authenticationUser username=WWUser password=1234567890 groups=wwclients/ authenticationUser username=system password=${activemq.password}

Secure all queues start with a 't'

2013-09-18 Thread Shine
Hi, is it possible to secure all queues start with a t with the Simple Authentication Plug-In? Only one special defined user (authenticationUser) needs to get access to all queues with a name like test1, test2, testX. I tried something like authorizationEntry queue=quot;t*quot; ...

Re: Performance: queues/topics vs. selectors

2012-06-08 Thread Shine
Hi, thanks for your hints ... To delete the inactive Queue is a good idea. I would like to set the check period to 2 days instead of soconds .. is it OK? best regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-queues-topics-vs-selectors

Re: Performance: queues/topics vs. selectors

2012-06-04 Thread Shine
Hi, thanks for your response. There will be ~250 clients and all clients are almost connected at the same time. All messages expire after 150 seconds. best regard Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-queues-topics-vs-selectors

Performance: queues/topics vs. selectors

2012-06-01 Thread Shine
has to manage many many topics/queues. - Publisher send the message to the client topic/queue. - All clients consume the same topic with a selector like 'clientid=abcdX' - Publisher send the message to the topic with the property 'clientid=abcdX' best regards Shine -- View this message