Re: Trouble starting ActiveMQ as service on Windows: Broker.ks

2012-11-02 Thread Claus Ibsen
Hi See this http://activemq.2283324.n4.nabble.com/Can-t-Start-ActiveMQ-Service-on-Win7-64-bits-tp4658550.html;cid=1351842246073-8 Also its not a good idea to install in a directory with spaces. On Thu, Nov 1, 2012 at 6:25 PM, edswing ed.sw...@sas.com wrote: I am trying to start ActiveMQ as a

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread Claus Ibsen
Hi And you dont see anymore of the stacktrace? Wonder if the error comes from the ActiveMQWASInitialContextFactory On Thu, Nov 1, 2012 at 7:01 PM, fbcyborg fbcyb...@gmail.com wrote: Hello, I am running ActiveMQ 5.7.0 on Linux and I created a Queue named jms/systemMessageQueue through the

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread Claus Ibsen
On Fri, Nov 2, 2012 at 8:49 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi And you dont see anymore of the stacktrace? Wonder if the error comes from the ActiveMQWASInitialContextFactory I spotted the bug in that code, and logged a ticket https://issues.apache.org/jira/browse/AMQ-4153 You

Re: need example for Perl STOMP access to ActiveMQ.Statistics.Broker

2012-11-02 Thread Geurt Schimmel
Looked into AnyEvent::STOMP, but think it's rather obscure. Would recommend JMX instead. Using just one Jython (no JMX for Perl I'm afraid) script to monitor all objects (broker, queues, topics). Start with enabling JMX (/etc/default/activemq on Unix) and use (eg) jconsole to browse through all

Re: Where did the retry-button go?

2012-11-02 Thread Tobb
Message didn't get accepted by mailing list, so trying again.. -- View this message in context: http://activemq.2283324.n4.nabble.com/Where-did-the-retry-button-go-tp4658538p4658637.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Where did the retry-button go?

2012-11-02 Thread Claus Ibsen
On Fri, Nov 2, 2012 at 10:33 AM, Tobb torbjor...@gmail.com wrote: Message didn't get accepted by mailing list, so trying again.. I can see this mail on the mailing list. -- View this message in context:

Re: ActiveMQ multiple instances: start problems when passing config file

2012-11-02 Thread Peter Wright
Still getting errors (see output below): % ./INSTANCE1/bin/INSTANCE1 start xbean:/export/home/mqm/.activemqrc-instance-INSTANCE1 INFO: Using default configuration (you can configure options in one of these file: /etc/default/activemq /export/home/mqm/.activemqrc) INFO: Invoke the following

Re: Trouble starting ActiveMQ as service on Windows: Broker.ks

2012-11-02 Thread edswing
I already have the broker.ks file in the directory. My assumption is that its caused by the spaces in the directory name. This is probably something that should be fixed. I will move (uninstall/reinstall) the directory and see if that fixes the problem -- View this message in context:

Re: Where did the retry-button go?

2012-11-02 Thread Tobb
The first post still says This post has NOT been accepted by the mailing list yet., but my reply does not :) Added the first post before confirming participation on the mailing list.. -- View this message in context:

Re: need example for Perl STOMP access to ActiveMQ.Statistics.Broker

2012-11-02 Thread Fulko Hew
On Fri, Nov 2, 2012 at 4:15 AM, Geurt Schimmel gschim...@schubergphilis.com wrote: Looked into AnyEvent::STOMP, but think it's rather obscure. Actually, its not obscure, and it fits into the SNMP/ActiveX library I wrote. Would recommend JMX instead. I'm trying to avoid Java (at all costs)

Re: need example for Perl STOMP access to ActiveMQ.Statistics.Broker

2012-11-02 Thread Christian Posta
When you subscribe to the queue that will receive the stats, add a header to the SUBSCRIBE frame of this value: transformation:jms-map-json there is also a jms-map-xml if you prefer xml cheers On Fri, Nov 2, 2012 at 6:15 AM, Fulko Hew fulko@gmail.com wrote: On Fri, Nov 2, 2012 at 4:15

Re: ActiveMQ multiple instances: start problems when passing config file

2012-11-02 Thread Gary Tully
cat /export/home/mqm/.activemqrc-instance-INSTANCE1 and note that it is not an xml configuration file. the xml config is the file you edited in #3 and is the file picked up by default. If you want to reference that file, use some thing like: % ./INSTANCE1/bin/INSTANCE1 start

Re: Pending messages on queue is stale or wrong

2012-11-02 Thread James Green
I restarted AMQ. The counter remains at 55. Browsing, I now see messages! They are 40 minutes old and have redelivery true. Is there anything more that can be suggested as a result? On 2 November 2012 15:14, James Green james.mk.gr...@gmail.com wrote: I am looking at the web console and the

Response to HTTP GET request has linefeed char at end of content

2012-11-02 Thread Steve.V.
When using the RESTful HTTP interface and I make a GET request, the message is sent back with a linefeed character appended at the end. My broker is running on Windows. Will this always be the case? - Stephen Vincent -- View this message in context:

Re: need example for Perl STOMP access to ActiveMQ.Statistics.Broker

2012-11-02 Thread Fulko Hew
For posterity sake, here is my Perl sample code to obtain, decode and print the information from the statisticsBrokerPlugin via STOMP. use AnyEvent; use AnyEvent::STOMP; use JSON::PP; use Data::Dumper; my $host= 'localhost'; my $port= undef; my $ack = undef; my $login

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
On Fri, Nov 2, 2012 at 8:49 AM, Claus Ibsen lt;claus.ibsen@gt; wrote: Hi And you dont see anymore of the stacktrace? Wonder if the error comes from the ActiveMQWASInitialContextFactory Hello! Excuse me for the late reply. Here's the complete stacktrace http://pastebin.com/b7n90Q1H . I

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
OK, I can confirm this is the exceptions I get when using the activemq-all-5.7.0.jar: [11/2/12 21:48:12:747 CET] 001b SystemErr R com.ibm.websphere.naming.CannotInstantiateObjectException: threw NameNotFoundException while the JNDI NamingManager was processing a javax.naming.Reference

Re: Using Apollo with LDAP/Active Directory

2012-11-02 Thread Luis Gonzalez
Thanks rektide, I don't have further experience with ldap eitherBut I certainly learnt that the LDAP queries below depend on your server configuration and will very likely need tweaking beyond the domain name (somecompany.com). My only test so far consisted of having a new admin user,