Re: embedded broker with admin web-console

2009-10-06 Thread lyall
David, Thanks for taking the time to reply. Only problem, like myself, you are a *nix person, you can't do that in Windoze (well, you can if you use junctions but it's a bit difficult) :-) ...Lyall davidh wrote: > > > Regarding Lyall's issues: > > I find th

Re: embedded broker with admin web-console

2009-10-06 Thread lyall
I tried asking a similar question at... http://www.nabble.com/Howto-Run-ActiveMQ-5.2-in-Tomcat-6-on-Windows--td25676368.html I can run the web app, it works, but I don't know where to put the ActiveMQ config files to configure the broker. Any help on that matter would be good. :-) ...

Re: Howto Run ActiveMQ 5.2 in Tomcat 6 on Windows?

2009-09-30 Thread lyall
Gradually making progress, I can run up the ActiveMQ Web Console within tomcat. I was running ActiveMQ as a stand-alone broker, I am trying to setup the stand-alone broker, in Tomcat. To that end, I can't seem to figure out where I should put the 'activemq.xml' configuration, that I was using in

Howto Run ActiveMQ 5.2 in Tomcat 6 on Windows?

2009-09-30 Thread lyall
ll the activemq/conf files into the tomcat\webapps\activemq-web-console-5.2.0\WEB-INF directory, although, I admit to being uncomfortable with that - there must be a better way. I also admit to being a but cautious about editing the tomcat startup script. Can anyone point me in the right direc

Re: ActiveMQ Brokers using HTTP to communicate

2009-08-20 Thread lyall
Excellent. I have the two brokers talking using http using the configuration settings, shown below. I have disabled multicast as I only want the two to communicate using port 80. Thank you. http://0.0.0.0:80"/>

ActiveMQ Brokers using HTTP to communicate

2009-08-19 Thread lyall
be doing? Maybe a jar from the lib/optional directory needs to be moved up into the lib directory? Thanks, in advance. ...Lyall -- View this message in context: http://www.nabble.com/ActiveMQ-Brokers-using-HTTP-to-communicate-tp25054814p25054814.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Throttling message release from an ActiveMQ 5.2.0 queue

2009-05-28 Thread lyall
p, at this stage, just the release rate. Is there a way to do this? Thanks in advance. ...Lyall -- View this message in context: http://www.nabble.com/Throttling-message-release-from-an-ActiveMQ-5.2.0-queue-tp23756509p23756509.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Oracle BPEL <-> ActiveMQ - Howto?

2009-05-21 Thread lyall
Just for completeness, here is a complete copy of my instructions in my MediaWiki page, which works. == Introduction == In order to have Apache ActiveMQ as a valid JMS target, in BPEL, the following steps need to be done. These steps also apply to any J2EE container that wishes to use ActiveMQ.

Re: Durable Subscriber and unclean disconnection

2009-05-19 Thread lyall
hanks to those who have offered assistance. ...Lyall -- View this message in context: http://www.nabble.com/Durable-Subscriber-and-unclean-disconnection-tp23591185p23627612.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Durable Subscriber and unclean disconnection

2009-05-19 Thread lyall
including some WireShark monitoring. ...Lyall rajdavies wrote: > > I should have explained - that although this is client-side > configuration - there is a handshake between the client and broker on > initialization. The lowest value of maxInactivityDuration is used by &g

Re: Durable Subscriber and unclean disconnection

2009-05-18 Thread lyall
I have 'keepAlive=true' in my client configuration, whether that will cause a cleanup in the ActiveMQ server - I will keep this thread informed as to the status. ...Lyall rajdavies wrote: > > Have you disabled the maxInactivityDuration by setting it to zero ? > If you have -

Re: Durable Subscriber and unclean disconnection

2009-05-18 Thread lyall
ble subscribers. It's entirely possible my bumbling attempts at configuration introduced the problem itself. I will have another crack and get back. ...Lyall Gary Tully wrote: > > seems like a bpel process un/re-deployment logic should be doing an > unsubscribe to remove the durable

Durable Subscriber and unclean disconnection

2009-05-17 Thread lyall
a whole slew of new problems, including which interfaces it listens on and trying to establish connections with itself if I attempt to force particular interfaces - at least 5.2.0 works, except for this reconnection point. How can I work around this? Can I? ...Lyall -- View this message in

Re: Oracle BPEL <-> ActiveMQ - Howto?

2009-03-20 Thread lyall
>From my procedure above, remove broker-config.xml from the list of files to include. ...Lyall Andreas Gies-3 wrote: > > Hi, > > thanks for sharing this. > > Andreas > > On Mar 18, 2009, at 4:37 AM, lyall wrote: > >> >> Got it working. >> &g

Re: Oracle BPEL <-> ActiveMQ - Howto?

2009-03-17 Thread lyall
Got it working. Procedure, as follows :- In order to have Apache ActiveMQ as a valid JMS target, the following steps need to be done. I have taken the Resource Adapter archive from an ActiveMQ installation lib\optional\activemq-rar-5.2.0.rar This is the activeMQ resource adapter archive - f

ActiveMQ 5 to Glassfish v2 integration, BPEL

2009-03-14 Thread lyall
I want to integrate ActiveMQ with Glassfish v2 such that I can post and receive messages from BPEL. I found http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html which was listed in http://a

Oracle BPEL <-> ActiveMQ - Howto?

2009-03-10 Thread lyall
examine the log file to determine the problem. [Caused by: org.apache.activemq.ActiveMQConnectionFactory not found] Please examine the log file for any reasons. Enable DEBUG logging in the BPEL Console. I hope someone can help. ...Lyall -- View this message in context: http://www.nabble.com/

Using admin web page to test messaging

2009-03-09 Thread lyall
other server, if I 'delete' it, how come it still shows on the original server as a pending? I thought Queues (as opposed to Topics) deleted upon consumption and that deleting, using the admin console, would be considered consumption. Am I missing a fundamental concept here? Ple