Re: Issues with HawtIO and 5.13.4

2016-08-02 Thread Tim Bain
One option could be to download the source, attach a debugger to the process, and step through the applicable login method. But you'll have to look through the code to find which method that is (I don't know myself, sorry). On Aug 2, 2016 3:04 PM, "rfanta" wrote: Hi, I'm unable to login to haw

Re: LevelDB ActiveMQ are there restrictions ?

2016-08-02 Thread Tim Bain
Your suggestion of a JIRA bug report to track the need to update Snappy sounds like a good one; can you please submit it so this issue isn't lost? On Aug 2, 2016 3:03 PM, "sekaijin" wrote: > I answer me > > It seems that there is actually a bug in the implementation of LevelDB, > more precisely

Re: Is there a way to restrice a client to one queue only?

2016-08-02 Thread Tim Bain
http://activemq.apache.org/security.html The Authorization section sounds like what you're looking for. Tim On Aug 2, 2016 1:24 PM, "bbuzzard" wrote: > I have an ActiveMQ Broker with multiple queues all controlled by Camel. I > have my first client application that will directly connect to th

Re: kill -9 in message listener

2016-08-02 Thread Tim Bain
The message will only be delivered to another consumer if it hasn't yet been acknowledged. And whether that has happened at the point your process dies depends on what your acknowledgement mode is. The default is auto-ack, where a message is acked as soon as it is delivered to a consumer, even if

Re: Non-persistent deliverymode not effect.

2016-08-02 Thread Phil White
It's a fair point, and I've used both approaches in the past, but when you're using the Spring framework for almost everything else then it's natural to also use its messaging abstractions, and in most cases it does simplify JMS usage and configuration. While looking into the persistence problem I

Re: Timeouts during acknowledgements due to server being busy - setOptimizeAcknowledgeTimeOut not available in Artemis Impl

2016-08-02 Thread fherpertz
Anybody here who can help me with this issue? Or redirect me to somebody else who has a better insight into the artemis implementation? Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Timeouts-during-acknowledgements-due-to-server-being-busy-setOptimizeAcknowled

LevelDB ActiveMQ are there restrictions ?

2016-08-02 Thread sekaijin
HI, I try to work with ActiveMQ 5.13.4 LevelDB on HP-UX There appears to have a compatibility problem. when calling the org.iq80.leveldb.impl.DbImpl.compactMemTableInternal() method He made a call to org.iq80.snappy.Snappy.compress org.iq80.snappy.UnsafeMemory.loadInt sun.misc.Unsafe.getInt whic

Issues with HawtIO and 5.13.4

2016-08-02 Thread rfanta
Hi, I'm unable to login to hawtio with admin/admin or user/user, or to see detailed information of why this is failing. The setup was done using these instructions: https://www.javacodegeeks.com/2016/07/running-apache-activemq-hawtio-standalone-mode.html I've also followed the instructions from

Re: LevelDB ActiveMQ are there restrictions ?

2016-08-02 Thread sekaijin
I answer me It seems that there is actually a bug in the implementation of LevelDB, more precisely in snappy. this library is used by LevelDB for low-level operations such as buffer handling, and compression. Hazelcast the project referenced a similar problem and has introduced an indicator to us

Is there a way to restrice a client to one queue only?

2016-08-02 Thread bbuzzard
I have an ActiveMQ Broker with multiple queues all controlled by Camel. I have my first client application that will directly connect to the same broker. Is there a way to restrict this client to one queue only? I don't want this client to be able to see or modify any of the other queues that ar

Re: Non-persistent deliverymode not effect.

2016-08-02 Thread Clebert Suconic
I don't remember who was it.. but I spoke with some Spring guy some time ago, and even him didn't like SpringTemplate. ;) Why not simply use simple JMS API? and I'm speaking from the POV of any JMS server. not just ActiveMQ. On Tue, Aug 2, 2016 at 11:38 AM, Phil White wrote: > Two years on I sa

Re: Non-persistent deliverymode not effect.

2016-08-02 Thread Phil White
Two years on I saw the same thing, that Spring's JMSTemplate seems to ignore non-persistent delivery configuration, and always sends as persistent. Tracing through JMSTemplate it turns out that deliveryMode, priority, and timeToLive are ignored during send() unless "explicit QOS" is enabled, ie. jm

Re: Recovery from hung queue

2016-08-02 Thread Christopher Shannon
Did you save a thread dump? The thread dump would be the best way to know for sure why everything was unresponsive because it would tell you what each thread is waiting on. Also, what version are you using? On Tue, Aug 2, 2016 at 6:05 AM, r0tty wrote: > Hi, > > Can anyone help me understand wha

Re: Looking for an alternative of AMQ-4222

2016-08-02 Thread Tim Bain
If you were going to try an upgrade, why would you go to 5.8.0 instead of a current version? 5.13.4 just came out a few weeks ago, but if you're not comfortable with something that was just released then go with 5.13.3, or at least 5.12.2. Bugs are fixed in each later version, and upgrades are a

Re: For each user group.properties

2016-08-02 Thread Hassen Bennour
Hello, I'm not sure that AMQ can do this dynamically through xml config, may be someone else can help. Kind regards. *BENNOUR HASSEN* *SOA **Architect **/ **Java **Software Engineer* 2016-08-02 1:38 GMT+02:00 crishel.yumul : > Good day! > > All I want is for my broker to recognize those 2 u

Recovery from hung queue

2016-08-02 Thread r0tty
Hi, Can anyone help me understand what just happened and how I can take the corrective action if it happens again? What happened: 1. A larger than usual batch of messages was released to a queue 2. The queue became unresponsive (could not browse through the web front-end) 3. The r