[jira] [Commented] (AMQ-4595) QueueBrowser hangs when browsing large queues

2013-07-12 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707283#comment-13707283 ] Timothy Bish commented on AMQ-4595: --- I think the simplest fix right now short of rewriting

Re: problems setting username and password on the ActiveMQComponent using Java

2013-07-12 Thread Christian Posta
That works too, because the conn factory under the covers isn't set until its needed later in the life cycle. When the conn fsctory eventually gets created, it will pull in those config settings for un/pw. The static method was more of a convenience method for a simple conn factory with no extra co

Re: problems setting username and password on the ActiveMQComponent using Java

2013-07-12 Thread Mike Pone
That is good information. I discovered that I can make it work if I change the constructor to final ActiveMQComponent component = new ActiveMQComponent(camelContext); component.setBrokerURL(brokerUrl); component.setUserName(userName); component.setPassword(password); I am not sure why this make

[jira] [Comment Edited] (AMQ-4595) QueueBrowser hangs when browsing large queues

2013-07-12 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707024#comment-13707024 ] Timothy Bish edited comment on AMQ-4595 at 7/12/13 3:39 PM: The

[jira] [Commented] (AMQ-4595) QueueBrowser hangs when browsing large queues

2013-07-12 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707024#comment-13707024 ] Timothy Bish commented on AMQ-4595: --- The current behavior is definitely still a bug, howev

[jira] [Commented] (AMQ-4626) AMQP broker prints producer's connection id to stdout

2013-07-12 Thread Axel Podehl (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707002#comment-13707002 ] Axel Podehl commented on AMQ-4626: -- subclipse with https://svn.apache.org/repos/asf/activem

[jira] [Commented] (AMQ-4626) AMQP broker prints producer's connection id to stdout

2013-07-12 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706995#comment-13706995 ] Timothy Bish commented on AMQ-4626: --- Not really sure what you are doing, there's no need f

[ANNOUNCE] ActiveMQ-CPP Version 3.7.1 Released

2013-07-12 Thread Timothy Bish
Hi Everyone, Its official, AcitveMQ-CPP v3.7.1 has now been released. This is a new patch release of ActiveMQ-CPP which contains bug fixes for issues that were found since v3.7.0 was released * 3.7.0 does not compile with gcc-4.4.7 on CentOS-6 * APR-Util header include missed in latest rele

[REPORT] Apache ActiveMQ - July 2013

2013-07-12 Thread Hiram Chirino
TLP Description: Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Comm

Re: Site Generator screwing up pages

2013-07-12 Thread Dejan Bosanac
Fixed styling as well Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Fri, Jul 12, 2013 at 2:51 PM, Dejan Bosanac wrote: > This s

[jira] [Commented] (AMQCPP-439) Compilation error - activemq-cpp library 3.4.1 - invalid conversion from "const unsigned char**" to "unsigned char**"

2013-07-12 Thread Nicolas C (JIRA)
[ https://issues.apache.org/jira/browse/AMQCPP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706909#comment-13706909 ] Nicolas C commented on AMQCPP-439: -- Good syntax for const_cast is the following one : ST

Re: Site Generator screwing up pages

2013-07-12 Thread Dejan Bosanac
This should be now fixed, but I need to check why styling is a bit weird. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Jul

[jira] [Commented] (AMQ-3460) Messages get stuck in the queue for some client sessions, "Dispatched Queue" grows but "Dequeues" doesn't move

2013-07-12 Thread Sree Panchajanyam D (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706846#comment-13706846 ] Sree Panchajanyam D commented on AMQ-3460: -- I am facing the same issue in 5.6.0 as

[jira] [Commented] (AMQ-4626) AMQP broker prints producer's connection id to stdout

2013-07-12 Thread Axel Podehl (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706835#comment-13706835 ] Axel Podehl commented on AMQ-4626: -- Hi Timothy, I tried to get the latest ActiveMQ code thr

[jira] [Commented] (AMQ-4595) QueueBrowser hangs when browsing large queues

2013-07-12 Thread Torsten Mielke (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706779#comment-13706779 ] Torsten Mielke commented on AMQ-4595: - Hi Tim, Do you mind explaining a bit more why ma