Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Tom Martinec
Hello, I am sorry for my double post. I will answer to all the reactions here: ceposta wrote > Interesting. Your scenario sounds like PFC is blocking the connection. Not > sure yet why that would happen. Your config looks okay. Do you still have > the thread dumps? No, but so far it has not bee

Re: ActiveMQ 5.5.1 Java API Reset Statistic reset everything

2012-12-05 Thread vani.csc
Hi, Iam tring to rest some counters for queue when i click on reset statistics it is resetting all values is there any particular solution to reset only specific values in activemq? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-5-1-Java-API-Reset-Statistic-

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

2012-12-05 Thread Marco Zapletal
On 05.12.2012 04:42, kimmking wrote: The first one may be a nice way. I guess, (1) is the most problematic one in this case, since it does not support pagination and partial loading of messages as outlined below. Pagination: count the queue size, view the section. You neednt care abou

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Christian Posta
Not sure AMQ-4136 is related. That's for persistent messages. The only way for FilePendingMessageCursor to be in the mix here is if you're doing non-persistent messages over queues. Is that the case? On Wed, Dec 5, 2012 at 2:39 AM, Tom Martinec wrote: > AMQ-4136 -- *Christian Posta* http://w

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Christian Posta
Actually, your config *could* cause a problem. If you have>100MB of messages in memory and you try to write them to temp storage (let's say on a Topic) then you might have problems since temp store is only 100MB (1/2 of what memory is). On Wed, Dec 5, 2012 at 6:35 AM, Christian Posta wrote: > In

Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread Christian Posta
Tim has this fixed for you: On Wed, Dec 5, 2012 at 6:14 AM, Christian Posta wrote: > Nice find RonK. I'll take a look at how the HawtBuf lib gets distributed > and see what makes sense for it. > I've opened https://issues.apache.org/jira/browse/AMQ-4206 to track it. > > Thanks, > Christian > >

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Christian Posta
Interesting. Your scenario sounds like PFC is blocking the connection. Not sure yet why that would happen. Your config looks okay. Do you still have the thread dumps? Are the producer/consumer on the same connection? If you have a test case you can post, please do. Would make it easy to figure wha

Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread Christian Posta
Nice find RonK. I'll take a look at how the HawtBuf lib gets distributed and see what makes sense for it. I've opened https://issues.apache.org/jira/browse/AMQ-4206 to track it. Thanks, Christian On Wed, Dec 5, 2012 at 5:39 AM, RonK wrote: > I finally came to my senses and debugged the problem

BrokerViewMBean getQueues()method not returning list of queues

2012-12-05 Thread sonal sahu
Hi, In active mq broker there is a queue(queue exist) but getQueues() of BrokerViewMBean is not returning any queue. *Please correct me if i am giving something wrong.**Please let me know easy and short method for deleting permanent queue of active mq broker via JMX.* * if i say * ObjectName[] al

Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Tomáš Martinec
Hello, I am trying to setup activemq 5.4.2 and I experience hangs when the broker fills its heap and starts using storage. In my scenario I have one message producer and one message consumer connected. The producer is blocked and the consumer does not receive any messages. I have been able to

Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread RonK
I finally came to my senses and debugged the problem by myself. It turned out that org/apache/activemq/util/TypeConversionSupport has a hard dependency on hawtbuf, which means this class cannot be initialized if hawtbuf is not present (which was not a problem before). Unfortunately the problem occu

ActiveMQ LDAP Authorization Issue

2012-12-05 Thread joesan
Guys, I have an LDAP configuration where I have 3 users namely admin, publisher, consumer and I have 3 groups namely admins, consumers, publishers and I have 3 users namely admin, user1, user2. I also have my destinations configured. When I try to connect to my ActiveMQ server, I get the followin

Re: subscription dispatching

2012-12-05 Thread Dejan Bosanac
Hi Christian, I played a little bit with this test and I think it's a normal behavior. For the topic FOO you will add first consumerA, then 100 other consumers and then consumerB And for topic BAR consumerA and then consumerB So when messages arrive close to each other there's a chance that cons

Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-05 Thread Tom Martinec
Hello, I am trying to setup activemq 5.4.2 and I experience hangs when the broker fills its heap and starts using storage. In my scenario I have one full speed message producer and one message consumer connected. The producer is blocked and the consumer does not receive any messages. I have been a

Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread RonK
My fault. I am stripping down the broker to the things I need, but it seems some things have moved into other jars and I have to keep something which I did not kept before. Do you have a list of jars necessary for these features? - openwire - stomp - network of brokers - spring configuration - emb