Hi, I have a thread trying to send to a topic, which is caught in a 'waitForSpace' function. I am only using memory, no disk and I believe I have plenty configured in the SystemUsage. I thought sending to a topic would not invoke producer control when no one is reading it... so I am not sure what is going on. Is there another 'space' I am not considering? Thanks in advance for any help.
"ActiveMQ Task-1568" daemon prio=10 tid=0x000000005f083000 nid=0x79f4 in Object.wait() [0x000000004d717000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) at org.apache.activemq.usage.Usage.waitForSpace(Usage.java:97) - locked <0x000000070001cc10> (a java.lang.Object) at org.apache.activemq.usage.Usage.waitForSpace(Usage.java:85) at org.apache.activemq.broker.region.BaseDestination.waitForSpace(BaseDestination.java:621) at org.apache.activemq.broker.region.BaseDestination.waitForSpace(BaseDestination.java:605) at org.apache.activemq.broker.region.Topic.send(Topic.java:392) at org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:407) -- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-Wait-for-space-tp4658354.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.