I see the problem - there is no way to determine the end of dataset. The
assumption is that the request for stats and the handling of the messages
would be decoupled - so you could periodically query the stats - but then
process the results asynchronously. Like you say, if the list of
destinations
For this configuration - flow control will quick in when the disk limit is
reached for the temporary store used to store offline non-persistent
messages - or persistent topic messages with no durable consumers.
For persistent messages - or topics with durable consumers - then it will be
the store
Could you submit a test case - I've tried to reproduce from your description
- but with no success
cheers,
Rob
--
View this message in context:
http://www.nabble.com/java.lang.OutOfMemoryError%3A-unable-to-create-new-native-thread-on-AMQ-5.0-tp17005441s2354p17257710.html
Sent from the ActiveM
ks-of-brokers.html Networks
jimmyfrank wrote:
>
> Sorry, I mistyped. I actually have dynamicOnly=false and without a
> consumer running the messages still sit on broker B.
>
> rajdavies wrote:
>>
>>
>> On 16 Apr 2008, at 14:53, jimmyfrank wrote:
>>
>>
Zanderfax wrote:
>
> I have been trying to download the windows binary zip file from several of
> the mirrors and the backup site. When the download finishes, the zip will
> not open.
>
> Is anyone else having this issue?
>
Very odd - which version were you trying to download ?
--
View thi
sub3 wrote:
>
> Hi,
> I can't seem to get the VirtualTopic working correctly. I have 1 producer
> & 2 consumers. However, each message only ends up getting to 1 of the
> receivers. Can someone tell me if I am setting these up correctly:
>
> Producer:
> Destination myQueue = session.createTo
yolcuabbas wrote:
>
> Hi,
>
> we use activemq 4.1.1 and have following problem. the uri is
> failover://(tcp://:xxx?wireFormat.maxInactivityDuration=0).
>
> If I put the value of maxInactivityDuration to 0 and try to stop the
> connection over jconsole, my client dont try to reconnect to
Sven Panko wrote:
>
> Hi all,
>
> I am having a problem with redelivery of messages after transaction
> rollback. I am using XA in combination with Springs
> DefaultMessageListenerContainer and have a simple test case in which the
> MessageListener throws an IllegalStateException which trigger
dalin wrote:
>
> It appears that as each message is paged in, a MessageReference object is
> created for each message and stored in the linkedlist pagedInMessages. The
> elements in the list are removed upon calling gc() in
> org.apache.activemq.broker.region.Queue. This occurs when purge() is
>
sportFilt
> er.java:67)
> at
> org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java
> :232)
> at
> org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTaskR
> unner.java:98)
> at
> org.apache.activemq.thread.DedicatedTaskRunner$1.
This is a great patch David - and will make it into 5.0 - thanks!!!
Wish we could have more patches from users like this ;)
cheers,
Rob
davidmc wrote:
>
> Hello ActiveMQ users,
>
> After our proposal some time ago (view
> http://www.nabble.com/Logging-improvement-proposal-tf3570794s2354.html#
We did start off along time using BDB-JE but we haven't kept up the
implementation (it was prior to our move to Apache).
The Kaha store is similar to BDB-JE, not so functional yet, but its big
benefit for us is that we've been able to tune it for message storage - and
its Apache licenced!
che
This doesn't work correctly in 4.x at the moment. Please could you raise a
jira issue for it
cheers,
Rob
manav wrote:
>
> We recently migrated our application from ActiveMQ3.2.1 to ActiveMQ 4.1.0.
>
> We were using a listener for Expired messages (after timetolive) when we
> used ActiveMQ 3.
Has anyone who is experiencing this problem also see in it in the 4.1.0
snapshot ?
http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/apache-activemq/4.1-incubator-SNAPSHOT/
YoungSoul wrote:
>
>
> I see this frequently - and I just can't believe that others are not
> ei
14 matches
Mail list logo