Issue with ActiveMQ 5.13.0 - Jetty(9.2.13.v20150730.jar)

2016-02-03 Thread aanto
ActiveMQ 5.13 seems to have an Upgraded Jetty (from 8.x to jetty-all-9.2.13.v20150730.jar). This version of Jetty seems to be missing certain objects related to below classes. org.eclipse.jetty.jaas.callback Jetty Jaas : Jaas Callbacks org.eclipse.jetty.jaas.spi Jetty Jaas : Various J

Re: How fileCursor works? AMQ5.9.1

2016-02-03 Thread fengcanyue
http://activemq.apache.org/message-cursors.html Here describe "buffer to disk if non-persistent pending cursor is full". My message is non-persistent. when i use queue, non-persistent message will buffer to temp file. but w

Server Cluster

2016-02-03 Thread effect117
New to activemq and currently researching into its capabilities. I understand that activemq has its own clustering features. However, is it capable of being integrated into a server cluster? Assume we have two servers that are identical and they are used for failover or load balancing. What is r

Re: How fileCursor works? AMQ5.9.1

2016-02-03 Thread Rob Davies
IIRC filecursor will only be used for non-persistent messages and messages sent to a topic with no durable subscriber: i.e. for any messages that can’t be stored in the message store. Is it possible you are using persistent messages ? > On 3 Feb 2016, at 05:58, fengcanyue <153133...@qq.com> wro

How fileCursor works? AMQ5.9.1

2016-02-03 Thread fengcanyue
hi: I have one producer and one consumer, producer is fast,but consumer is slower. so i wish memroyLimit is reached,the message will store to disk . but the fileCursor don not work well. The MemoryPercentUsage has reached 100,but i don not find file under tmp_storage/ who can tell me why?