Re: ActiveMQ with JAVA 8

2014-04-07 Thread Claus Ibsen
On Tue, Apr 8, 2014 at 7:59 AM, khandelwalanuj wrote: > But when can we expect AcitveMQ built with java8. > Is there a plan to do it in ActiveMQ5.10 ? or later ? > 5.10 is being closed down and supports java 1.6 and 1.7 currently. For AMQ 5.11 yeah then java8 supports should be on the roadmap. I

Re: ActiveMQ with JAVA 8

2014-04-07 Thread khandelwalanuj
But when can we expect AcitveMQ built with java8. Is there a plan to do it in ActiveMQ5.10 ? or later ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-JAVA-8-tp4679842p4680143.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ with JAVA 8

2014-04-07 Thread Hadrian Zbarcea
ActiveMQ does not yet build with java 8. Hadrian On Monday 07 April 2014 01:51:59 khandelwalanuj wrote: > Anybody get a chance to look at this ? > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-with-JAVA-8-tp4679842p46801 > 02.html Sent from th

Can't Encrypt Web Console Password

2014-04-07 Thread 1401989
Hi, I have to get rid of the clear text password in ActiveMQ server in the jetty-realm.properties file as part of the security requirements of our project. I followed the procedure for encrypting passwords found here: https://activemq.apache.org/encrypted-passwords.html but I can still only log int

Custom JAAS plugin and network of brokers

2014-04-07 Thread Oleg Dulin
Colleagues: I have a Java Swing app that connects to a broker using a custom JAAS authentication scheme. Meanwhile, the broker itself connects to the master broker. I guess, first question is this -- can I have an authentication scheme on one transport connector but not on the other ? Seco

Re: how to disable TRACE method on port 61614

2014-04-07 Thread edsn
Hi Artnaseef , thank's for reply. I read the post at jetty's forum before fall back on this forum. And seems like jetty 4.x/5.x needs you put the security constraint to disable TRACE while the 6.x and latest it's come by de

Re: activemq stop failed

2014-04-07 Thread Tom_Z
I have seen quite similar behaviour. Did you find an explanation? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-stop-failed-tp4680010p4680128.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Broken transaction when using async send

2014-04-07 Thread Gary Tully
please add your 2c to that jira and maybe vote for it to show your interest. On 7 April 2014 15:51, ld4711 wrote: > That sounds good! We are looking forward for the implementation. Meanwhile we > will be using sync mode. > > We would also appreciate a warning hint on the documentation pages that

Re: Broken transaction when using async send

2014-04-07 Thread ld4711
That sounds good! We are looking forward for the implementation. Meanwhile we will be using sync mode. We would also appreciate a warning hint on the documentation pages that default asynchronous send mode might show that behavior under special circumstances. Users should be aware of that risk. T

topic performance in cluster

2014-04-07 Thread jonb
I have a network of 10 brokers which consists of 5 (each on their own machine) which each post about 1,000 object messages per second to a topic (for a total of 5,000 messages per second). There are 5 other machines each running a broker in the network of brokers which all consume from this same t

Turning off AdvisorySupport causes strange DestinationSource behavior

2014-04-07 Thread volatile
When I disable AdvisorySupport in my activemq configuration, I can't seem to retrieve the list of queues from a DestinationSource object (i.e. the list is empty). When I turn AdvisorySupport back on, then the same code has no problem retrieving the list of queues. Is this a bug?? -- View this

Re: topic performance in cluster

2014-04-07 Thread jonb
I should also add that the objects I am sending to the topic are pretty small. They contain a couple 10-20 bytes strings and an integer. -- View this message in context: http://activemq.2283324.n4.nabble.com/topic-performance-in-cluster-tp4680057p4680058.html Sent from the ActiveMQ - User mail

How can a consumer subscribe multiple queue and multiple topic at the same time

2014-04-07 Thread nbdxkfq
Hi All, I am working on a project requiring to use ActiveMQ. In this project, a consumer should listen to multiple queue and multiple topics at the same time. When I set destination, I put "queue://demo.queue1, queue://demo.queue2, queue://demo.queue3, topic://demo.topic1, topic://demo.topic2, top

Re: Broken transaction when using async send

2014-04-07 Thread Gary Tully
there is a related discussion here: https://issues.apache.org/jira/browse/AMQ-3166 my thinking is that a failure to send async should mark the transaction rollbackOnly so that the commit will always fail in that event. So you send async in the hope that all is well and the transaction boundary gi

Broken transaction when using async send

2014-04-07 Thread ld4711
In our producer we use JMS transactions to send batches of 1,000 messages to the queue. However, we faced lost messages without client notification in case of server memory limit constraints (producer flow control). The point is that the transactions all committed without exceptions, but messages t

Re: ActiveMQ Authorization

2014-04-07 Thread mtakahashi
I realize I don't understand how to read/write advisory message. I read the following document, but I could not receive advisory message. http://activemq.apache.org/advisory-message.html To receive advisory message, do i need to use special credential? Is there any sample code to receive advisory

Fwd: Apache ActiveMQ Configuration

2014-04-07 Thread ratheesh k v
-- Forwarded message -- From: ratheesh k v Date: Thu, Apr 3, 2014 at 10:17 AM Subject: Apache ActiveMQ Configuration To: d...@activemq.apache.org, users@activemq.apache.org Hi, I have some doubts, regarding Apache ActiveMQ configuration, 1) Whenever the disk store(for persis

ActiveMQ Authorization

2014-04-07 Thread mtakahashi
Hello, I'm making authorization plugin. Each client can access only some permitted topics. So I have to stop access other than those permitted topics. My question is Is it possible to access "ActiveMQ.>" topic from client if I do not stop access to "ActiveMQ.>" topic? I tried to create "ActiveMQ