Re: redeliveryPlugin seems to have problems with defaultEntry

2014-08-28 Thread kimmking
Use wildcard ">" to replace "*" for property "queue" -- View this message in context: http://activemq.2283324.n4.nabble.com/redeliveryPlugin-seems-to-have-problems-with-defaultEntry-tp4685094p4685102.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: redeliveryPlugin seems to have problem with defaultEntry

2014-08-28 Thread kimmking
Use wildcard ">" replace "*" for property "queue" http://weibo.com/kimmking From: preben [via ActiveMQ] Date: 2014-08-28 19:42 To: kimmking Subject: redeliveryPlugin seems to have problem with defaultEntry Hi I have configured my

Re: Problem with sending XML body via JMX's sendTextMessageWithProperties

2014-08-01 Thread kimmking
); Param headers can work well as your wish here. From: bondyk [via ActiveMQ] Date: 2014-08-01 15:00 To: kimmking Subject: Problem with sending XML body via JMX's sendTextMessageWithProperties I'm trying to send XML message with properties using DestinationViewMBean.sendTextMessage

Re: Delete Queue - Without JMX

2014-08-01 Thread kimmking
: rajashreekhare [via ActiveMQ] Date: 2014-08-01 00:27 To: kimmking Subject: Delete Queue - Without JMX Is it possible to delete a temporary queue without using the removeQueue method of the Broker Mbean using curl command in a linux script? Or are there any activemq commands to delete a queue If

Re: After I apt-get install activemy,the activemy cannot run

2014-06-30 Thread kimmking
no permission to create pid file,plz sudo chmod first 发自我的 iPhone > 在 2014年6月30日,9:50,"laoxiang56 [via ActiveMQ]" > 写道: > > my system is ubuntu-server-12.04 and I want to install activemq for use;so I > do like this(all commands by root user): > > apt-get install activemq,then it install Ac

Re: queue size is zero but the Store percent used is 15%(of 50GB)

2014-06-18 Thread kimmking
stop broker delete datadirectory start broker > 在 2014年6月18日,11:55,"Li Li [via ActiveMQ]" > 写道: > > the messages of the queue are all consumed. But the store percent is > not zero. How can I free the disk space?(the messages are persistent) > > > If you reply to this email, your message wi

Re: fork/join in activemq?

2014-03-26 Thread kimmking
all you need is camel or spring integration > 在 2014年3月16日,14:55,"Li Li [via ActiveMQ]" > 写道: > > is it possible to implement fork and join pattern in activemq? in > request/reply scenario, one request may product more than one message, > so complete response is the aggregation of many indivi

how to get queue size by c++ client CMS?

2014-03-09 Thread kimmking
REST Management API From: Li Li [via ActiveMQ] Date: 2014-03-10 09:20 To: kimmking Subject: how to get queue size by c++ client CMS? hi all, I know how to get queue size by jmx in java, but how to get it by c++ client? If you reply to this email, your message will be added to the

Re: How can I call REST API for brokerMbean.getQueues() and queueViewMbean.removeMatchingMessage(java.lang.string) in c# ?

2014-02-11 Thread kimmking
1. use WebRequest to access http://localhost:8161/admin with credentials to login,(you can post a form request to http://localhost:8161/hawtio/#/login instead), 2. keep your WebRequest with cookieContainer of previous request 3. then access jolokia rest api -- View this message in context: htt

Re: How can I call REST API for brokerMbean.getQueues() and queueViewMbean.removeMatchingMessage(java.lang.string) in c# ?

2014-02-11 Thread kimmking
1. http://localhost:8161/hawtio/jolokia/read/org.apache.activemq:brokerName=localhost,type=Broker/Queues 2. http://localhost:8161/hawtio/jolokia/exec/org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Queue,destinationName=a/removeMatchingMessages(java.lang.String)/type='1'

Re: on which limit is the cursorMemoryHighWaterMark based

2014-02-11 Thread kimmking
SystemUsage by default -- View this message in context: http://activemq.2283324.n4.nabble.com/on-which-limit-is-the-cursorMemoryHighWaterMark-based-tp4677761p4677763.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

how can I call REST management API in c# ?

2014-02-10 Thread kimmking
Rest api is a cross-platform approach for java\c# or others. You can create a text http request by WebRequest to send a command and parse the response text to get the result. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-can-I-call-REST-management-API-in-c-tp4677

Runaway producer: Proper way to clean up a topic?

2014-02-07 Thread kimmking
Use deleteAllMessagesOnStartup option: https://activemq.apache.org/broker-uri.html From: jlindwall [via ActiveMQ] Date: 2014-02-08 05:26 To: kimmking Subject: Runaway producer: Proper way to clean up a topic? In a previous post I described a problem that occurred in a jdbc-backed 5.9.0

Re: why only one thread working?

2014-01-22 Thread kimmking
Because you have only one thread -- main thread, no more threads created. Beijing,China Kimm King skype: kimmking github.com/kimmking -- View this message in context: http://activemq.2283324.n4.nabble.com/why-only-one-thread-working-tp4676688p4676689.html Sent from the ActiveMQ - User

Re: multithreads share a session problem

2014-01-22 Thread kimmking
JMS specifications JMS session objects are single threaded and can only be used by single thread that created them. An attempt to use them from another thread would result in an exception or some very strange errors. Beijing,China Kimm King skype: kimmking github.com/kimmking From: Li Li

Re: Hawto log in?

2013-10-31 Thread kimmking
admin/admin From: b...@fsn.hu [via ActiveMQ] Date: 2013-10-31 15:58 To: kimmking Subject: Hawto log in? Hi, I must be overlooking something really trivial, because I can't log in on the new (hawtio) console on a fresh installed activemq 5.9.0 with the default configs. The old conso

Re: what's the difference between activeMQ and apollo?

2013-03-26 Thread kimmking
://activemq.apache.org/apollo/ http://activemq.apache.org/apollo/documentation/architecture.html http://weibo.com/kimmking From: 永胜 岳 [via ActiveMQ] Date: 2013-03-26 21:07 To: kimmking Subject: what's the difference between activeMQ and apollo? hi what's the difference betwee

Re: Questions about AMQP support in release 5.8.0

2013-02-23 Thread kimmking
it looks like activemq doesn't support AMQP protocol now 在 2013-2-22,上午1:24,Steve.V. [via ActiveMQ] 写道: > Q1: When an AMQP client puts a text message on a destination, does it get > converted into a JMS TextMessage? > > Q2: Can an AMQP client get a JMS TextMessage off of an ActiveMQ destinat

Re: xmx and memory usage

2012-12-10 Thread kimmking
usage should be less than xmx 发自我的 iPad 在 2012-12-7,3:00,"pebrian27 [via ActiveMQ]" 写道: > lets say that I set my -Xmx (heap size) to 1G. Is it a good idea to also set > my activemq memoryUsage limit to 1G. Why or why not? > > > > > -- > View this message in context: > http://activemq.2

Re: Strategy for browsing a DLQ containing a high number of (large) messages

2012-12-04 Thread kimmking
The first one may be a nice way. Pagination: count the queue size, view the section. You neednt care about headers or whole messages. http://weibo.com/kimmking From: Marco Zapletal [via ActiveMQ] Date: 2012-12-04 22:11 To: kimmking Subject: Strategy for browsing a DLQ containing a high