Re: Defining a Queue to a Topic with ActiveMQ

2014-02-05 Thread James Strachan
A destination is either a queue or a topic. If you want to consume from a queue/topic and send to a topic/queue the easiest thing is to create a camel route to bridge them. (There's also virtual destinations in ActiveMQ which do a similar thing) http://activemq.apache.org/virtual-destinations.html

Re: Defining a Queue to a Topic with ActiveMQ

2014-02-05 Thread James Strachan
), you might consider using Camel routes? -Original Message- From: James Strachan [mailto:james.strac...@gmail.com javascript:;] Sent: Wednesday, February 05, 2014 2:15 PM To: users@activemq.apache.org javascript:; Subject: Re: Defining a Queue to a Topic with ActiveMQ A destination

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
On 20 January 2014 10:42, Hilderich hilde.sch...@yahoo.de wrote: Hello Claus, Thank you a lot for answering. As far as I have evaluate hawt.io there is no feature like: List all messages in a concrete JMS Queue and provide the feature to delete one if necessary. ActiveMQ Web Console give

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
e.g. here's viewing queue sizes https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/jmx.png here's browsing the message details on a queue https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/activemqBrowse.png On 20 January 2014 10:47, Claus Ibsen

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
On 20 January 2014 11:10, Hilderich hilde.sch...@yahoo.de wrote: Hello All, Thank you for your efforts. Unfortunately after starting hawt.io there was no ActiveMQ menu entry available. It sounds like you've never actually connected to the Apache ActiveMQ broker process yet. FWIW 5.9.0 of

Re: ActiveMQ 5.9.0 Hawtio Slow

2014-01-11 Thread James Strachan
://www.linkedin.com/pub/robert-simmons/40/852/a39 http://www.linkedin.com/pub/robert-simmons/40/852/a39* On Wed, Jan 8, 2014 at 11:40 AM, James Strachan-2 [via ActiveMQ] ml-node+s2283324n4676121...@n4.nabble.com wrote: You might want to tone down the refresh rate on the Preferences page to see

Re: ActiveMQ 5.9.0 Hawtio Slow

2014-01-08 Thread James Strachan
You might want to tone down the refresh rate on the Preferences page to see if that helps? On 8 January 2014 17:37, Christian Posta christian.po...@gmail.com wrote: i haven't noticed anything like this. what OS/browser are you using? On Sun, Jan 5, 2014 at 9:41 PM, kraythe kray...@gmail.com

Re: hawtio console could not be opened

2013-11-13 Thread James Strachan
Which URL are you using - and do you see anything in your JavaScript console for the browser - or the Network tab; is the HTML/CSS loaded OK? Is the page completely blank? If so are you sure the URL is correct? Does view-source on the page show any actual hawtio HTML? On 13 November 2013 08:12,

Re: hawtio console could not be opened

2013-11-13 Thread James Strachan
OK so its working fine in an up to date Chrome right? Thanks for letting us know. We should probably recommend folks use Chrome or Safari on the ActiveMQ website. We've not done much testing of hawtio in IE8 (and were hoping noone would even think of IE6 for a developer tool ;) but am sure there

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread James Strachan
Incidentally in later hawtio releases we tried to make the explicit speciifying of rolePrincipleClasses optional which seems to make it easier to authenticate on different containers (older karaf, tomcat etc) so maybe upgrading to 1.2-M27 of hawtio might help? On 4 November 2013 16:52, gmicky

Re: New Web Console...

2013-10-31 Thread James Strachan
...@carmanconsulting.com wrote: But, it's the ActiveMQ Web Console now, installed by default with the newest ActiveMQ. Shouldn't the ActiveMQ PMC have some oversight into their web console? On Fri, Oct 25, 2013 at 10:36 AM, James Strachan james.strac...@gmail.com wrote: Its

Re: New Web Console...

2013-10-25 Thread James Strachan
Its not an Apache project On 25 October 2013 15:35, James Carman ja...@carmanconsulting.com wrote: There is no PMC oversight to the changes? On Fri, Oct 25, 2013 at 10:33 AM, Claus Ibsen claus.ib...@gmail.com wrote: The github way of doing things https://github.com/hawtio/hawtio On

Re: suggestion/feature request: prompt before allowing a purge/delete from the UI

2013-09-29 Thread James Strachan
On 29 September 2013 17:36, javaG zenma...@gmail.com wrote: Does hawtio plugin for activemq work for activemq 5.8 ? Yeah; hawtio works with most things ;) http://hawt.io/plugins/index.html its more a question of how much functionality is available with a given version library. e.g. in 5.8

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread James Strachan
On Tue, Aug 13, 2013 at 2:55 AM, James Strachan james.strac...@gmail.comwrote: I added a FAQ entry to hawtio on this topic in case it helps: https://github.com/hawtio/hawtio/blob/master/FAQ.md#how-do-i-connect-to-my-remote-jvm On 13 August 2013 10:35, James Strachan james.strac...@gmail.com

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread James Strachan
On 14 August 2013 22:20, Chirag Pujara chiragpuj...@gmail.com wrote: I was able to get it working with 5.8. thanks for in detail blog. I have question about hawtio: 1. Can I configure hawtio so when I open it, it is already connected to remote activemq. I dont have to connect all time in

Re: Activemq webconsole for multiple brocker

2013-08-13 Thread James Strachan
I added a FAQ entry to hawtio on this topic in case it helps: https://github.com/hawtio/hawtio/blob/master/FAQ.md#how-do-i-connect-to-my-remote-jvm On 13 August 2013 10:35, James Strachan james.strac...@gmail.com wrote: Sorry you're having trouble connecting hawtio to your broker JVMs! All

Re: AMQP Bridge

2013-08-12 Thread James Strachan
That issue is about the AMQP camel component; the activemq camel component can connect to ActiveMQ through any ActiveMQ client supporting URL On 12 August 2013 16:26, RJPercival rob.perciva...@gmail.com wrote: Unfortunately, a quick search reveals that Camel does not yet support AMQP 1.0

Re: A Hawt.IO mailing list?

2013-07-18 Thread James Strachan
| at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:183) jvm 1| at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:341) Thoughts on how to stop this? Thanks, Paul On Tue, Jul 2, 2013 at 5:14 AM, James

Re: A Hawt.IO mailing list?

2013-07-02 Thread James Strachan
Sorry you're having issues; though raising a github issue is the quickest way to communicate with folks on hawtio (or bring it up here too). Here's the current community links http://hawt.io/community/index.html though we've not yet setup at google group - as so far github issues have worked

Re: ActiveMq Admin console

2013-05-24 Thread James Strachan
The ActiveMQ tab (in 1.2) - I think it was called Messaging in older hawtio releases - should appear if there are the org.apache.activemq mbeans in JMX. (Make sure you enable JMX in your ActiveMQ configuration) On 24 May 2013 10:49, James Strachan james.strac...@gmail.com wrote: Do you see

Re: Alternative ActiveMQ and Camel status web site

2013-04-24 Thread James Strachan
On 22 April 2013 21:55, danny-andersen danny_ander...@yahoo.com wrote: hawt.io is pretty awesome. Thanks! I was learning jquery and knocked this up as a training exercise and thought I would share it. Great stuff. Incidentally now you've got your head around jquery, I highly recommend you

Re: STOMP client

2012-12-13 Thread James Strachan
there's a bunch of clients here... http://stomp.github.com/implementations.html you could just telnet in to ActiveMQ and use that as a STOMP client? http://fusesource.com/docs/broker/5.4/connectivity_guide/BHIJBDJH.html On 13 December 2012 12:10, Ilya Zvyagin master...@gmail.com wrote: Does AMQ

Re: Reorder of messages

2012-10-30 Thread James Strachan
On 30 October 2012 14:32, Gary Tully gary.tu...@gmail.com wrote: using priority support should do it, but there is no api that allows you to change the order of a pending message on a queue. You would have to consume and re send. Using the jms api, find the message using a browse, consumer

Re: Does the jms vs amqp comparison article have any feedback from activemq?

2012-10-25 Thread James Strachan
On 24 October 2012 23:37, Sean K sk92...@gmail.com wrote: Has anyone responded to this article written by Mark Richards about AMQP and JMS (includes ActiveMQ)? Specifically: This means that message clients using AMQP are completely agnostic as to which AMQP clients API or AMQP message

Re: Fwd: Message groups enhancement feature request

2011-07-01 Thread James Strachan
So it sounds like the current Message Groups behaviour is fine; its just you want to ensure fair load balancing of the message groups across consumers right? So if lots of other clients are restarted; the long running clients could end up claiming too many of the message groups? I wonder if just

Re: ActiveMQ 5.4.1 slower than ActiveMQ 5.2???

2010-11-18 Thread James Strachan
On 18 November 2010 15:06, magellings mark.gelli...@qg.com wrote: Hi. We're testing out ActiveMQ 5.4.1 and it is much slower than ActiveMQ 5.2. In our test case, with v5.2 we were able to process about 520,000 messages in about 9 hrs but with ActiveMQ 5.4.1 it takes 18hrs to process 21,000

Re: ActiveMQ vs. Camel vs. Qpid

2010-08-26 Thread James Strachan
On 26 August 2010 11:53, heapifyman heapify...@gmail.com wrote: Hello, I am quite new to the whole messaging thing and I am a bit confused about the differences between ActiveMQ, Camel and Qpid. Especially, which tool would be suited best for which scenarios? So ActiveMQ and Qpid are both

Re: ActiveMQ vs. Camel vs. Qpid

2010-08-26 Thread James Strachan
On 26 August 2010 11:53, heapifyman heapify...@gmail.com wrote: Hello, I am quite new to the whole messaging thing and I am a bit confused about the differences between ActiveMQ, Camel and Qpid. Especially, which tool would be suited best for which scenarios? To specifically answer this part

Re: ActiveMQ to Websphere MQ

2010-08-14 Thread James Strachan
If you want to concurrently consume from ActiveMQ (or any JMS) with Camel, just set the concurrentConsumers property on the URI (or configure the component/endpoint). See http://camel.apache.org/jms.html Note that concurrent consumers break order of messages on a queue. To fix this using

Re: How do I determine what a consumer is being removed.

2010-08-14 Thread James Strachan
Are you sure you are setting your caching levels correctly so JMS connections, sessions, producers consumers are being reused? Eg if you are using camel, use the activemq component - not the jms one - then caching is set up correctly for you by default.

Re: AMQ to Websphere MQ performance

2010-08-14 Thread James Strachan
Sounds like you need to configure the JMS caching levels wrap your ConnectionFactory in a CachingConnectionFactory http://activemq.apache.org/jmstemplate-gotchas.html On Friday, August 13, 2010, Craig Brumfield craig.brumfi...@apihotels.com wrote: I configured a connection from my AMQ to

Re: Help on Message Group

2010-08-02 Thread James Strachan
On 2 August 2010 18:49, Don Santillan donzym...@gmail.com wrote: Hello, I am trying to create an application that would use a message queue that is consumed by multiple consumers running concurrently but would still maintain the order of message processing by a certain ID. For example, I

Re: JMSPriority and activeMQ

2010-07-27 Thread James Strachan
On 27 July 2010 07:01, andrew.mar...@uk.bnpparibas.com wrote: Yes, I reckon they should be int. Maybe setPriority should throw an exception if the input priority is out of range. I'd have thought we'd have to add this to the JMS TCK as its a change in behaviour. Maybe for now just log a

Re: Priority message

2010-06-15 Thread James Strachan
On 15 June 2010 07:54, astlm monica.astudi...@tic.alten.es wrote: I'm sorry but I did not understand how Resequencer work on, I have read in more detail how it works, and although not ideal, because only order a number of messages or messages received over a period time, It can be a solution.

Re: Priority message

2010-06-15 Thread James Strachan
On 15 June 2010 13:03, astlm monica.astudi...@tic.alten.es wrote: The first, thank you for the answer. James.Strachan wrote: On 15 June 2010 07:54, astlm monica.astudi...@tic.alten.es wrote: I'm sorry but I did not understand how Resequencer work on, I have read in more detail how it

Re: Priority message

2010-06-14 Thread James Strachan
On 14 June 2010 12:52, astlm monica.astudi...@tic.alten.es wrote: Hello, I'm starting to use ActiveMQ v5.3.2 and I need to prioritize messages sent whith several priorities. I modify configuration´s brokers like this    broker useJmx=true useShutdownHook=false supportJMSPriority=true And I  

Re: Priority message

2010-06-14 Thread James Strachan
On 14 June 2010 14:10, astlm monica.astudi...@tic.alten.es wrote: Thank you very much for your reply. But these optios are not valid for my system. Why? I need order message by priority on real time and I have only one consumer because the consumer send message another sistem wich it´s

Re: Scalability with ActimeMQ consumers

2010-03-11 Thread James Strachan
2010/3/11 Márcio Geovani Jasinski marci...@gmail.com: Hi, I have an application running with one producer and many consumers. In a stress situation I know that we need between 10 and 15 consumers but normally this number is not needed. What´s the best solution for scalability using

Re: consumer cant receive messages

2010-02-24 Thread James Strachan
On 24 February 2010 09:06, harrygoo guh...@gmail.com wrote: hi, I am using activemq-4.0, sometimes my consumer cant receive any message from ActiveMQ. In the JConsole, I can see the connection is connected, the QueueSize is bigger than 0, and DequeueCount is bigger than EnqueueCount (this

Re: Resequencing with Camel

2010-02-24 Thread James Strachan
Also - the trick with camel is when things are not doing as you want, turn on tracer... http://camel.apache.org/tracer.html On 24 February 2010 10:38, Gary Tully gary.tu...@gmail.com wrote: you may have more luck with a useful reply on the camel users forum. One thought, are you sure the

Re: Consumer and Failover

2010-02-16 Thread James Strachan
Which version are you using BTW? On 16 February 2010 16:17, Jean-Yves LEBLEU jleb...@gmail.com wrote: On Tue, Feb 16, 2010 at 4:54 PM, James Strachan james.strac...@gmail.com wrote: On 16 February 2010 15:38, Jean-Yves LEBLEU jleb...@gmail.com wrote: Hi all, I am trying to use the failover

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread James Strachan
2009/10/29 AL_DK and...@lildballe.com: Hi, I would like to know if the ActiveMq supports connection to Tibco RV? If not, any suggestions for how this could be made? It would be pretty easy to create an RV component for Camel http://camel.apache.org/components.html then you could easily

Re: Maintaining Message Uniqueness in a Queue

2009-09-29 Thread James Strachan
2009/9/29 itamara avni.ita...@gmail.com: hi AMQ users What is the best way to ensure Message Uniqueness in a Queue? I'm having the following architecture: A single Scheduler (a quartz scheduled job) is periodically checking a DB for entities to update, for each entity-to-update it uses a

Re: logging of messages in ActiveMQ

2009-09-10 Thread James Strachan
does uncommenting this line help? log4j.rootLogger=DEBUG, out, stdout i.e. to log to both the file and standard out? 2009/9/10 Jim_1 jim.howl...@bluecrestcapital.com: Could anyone help me with how to fully log the messages including consumer/producer Here is my log4j.properties file - but

Re: Message Integrity

2009-09-09 Thread James Strachan
2009/9/9 pa7751 pa7...@gmail.com: Hi I have a queue in ActiveMQ messagings server. There are two listeners(on different machines), that are listening to the same queue. This is done for faster processing of the messages in the queue. Will ActiveMQ ensure that the same message is not

Re: JBoss and ActiveMQ with remote JNDI

2009-08-07 Thread James Strachan
2009/8/7 An An anjusm...@gmail.com: Hi James, Thanks for the reply. I have set the JBoss jndi properties already. So I do this in the code :- Properties props = new Properties(); props.setProperty(Context.INITIAL_CONTEXT_FACTORY,org.apache.activemq.jndi.ActiveMQInitialContextFactory);  

Re: JBoss and ActiveMQ with remote JNDI

2009-08-05 Thread James Strachan
2008/4/29 Alex Soto lexs...@gmail.com: James Strachan wrote: 2008/4/29 Alex Soto lexs...@gmail.com: I also have the same problem.  The suggestions I've seen is to instantiate ActiveMQConnectionFactory instead of getting it from JNDI.  As a workaround it is satisfactory but this solution

Re: AMQ + Programmatic Creation of Destinations + Registration in JNDI

2009-08-04 Thread James Strachan
2009/8/4 jworkman jwork...@oidev.com: I really need help, I am struggling to create queues and topics in ActiveMQ and have them accessible from JNDI lookups. I need this creation/registration to be done without bringing the server down, and done without manual configuration. Something like:

Re: AMQ + Programmatic Creation of Destinations + Registration in JNDI

2009-08-04 Thread James Strachan
2009/8/4 jworkman jwork...@oidev.com: Yes I read the secion, but it explains about adding it to the jndi.properties file, which I can do for predefined ones but not ones created in memory. dynamicQueues/ don't seem to work when I try to connect from an external client. The JNDI provider is

Re: AMQ + Programmatic Creation of Destinations + Registration in JNDI

2009-08-04 Thread James Strachan
2009/8/4 jworkman jwork...@oidev.com: I am not sure I follow... When I do ctx.lookup(dyanmicQueues/whatever) what will this do? Create a queue if one does not exist in the destination amq server? Yes, see this FAQ entry... http://activemq.apache.org/how-do-i-create-new-destinations.html

Re: AMQ + Programmatic Creation of Destinations + Registration in JNDI

2009-08-04 Thread James Strachan
2009/8/4 jworkman jwork...@oidev.com: In the latter would the jms client call createQueue would that be up to the server? If up to the server, then how would the calling client access that queue? Please read the FAQ I pointed you at.

Re: How to restrict MQ shall have only one consumer

2009-07-21 Thread James Strachan
2009/7/21 Raju Narayan gnara...@unidesk.com: Hello, In my modules interaction scinario we defined only one consumer will exist per MQ, So How to prevent/query that consumer already exists for given MQ. So That I can prevent Creating consumers for MQ using NMS(C# .net client). Using

Re: Camel with intergated ActiveMQ Web Console and JBoss

2009-07-10 Thread James Strachan
2009/7/10 chu_man_fu c...@bytron.com: I have Camel working great in ActiveMQ intergated into JBoss but only by modifying my activemq.xml file:   camelContext id=camel xmlns=http://activemq.apache.org/camel/schema/spring;        packagemy.package.name/package        route                

Re: Activate Some Services

2009-07-08 Thread James Strachan
2009/7/8 Gabriel1982 benbouzid_ano...@yahoo.fr: Hello , i want to know if it's possible to activate just one service for the activemq. for example just activate the TransportServer service. To do what BTW? The TransportServer is designed to work with a Broker; so you need the

Re: Activate Some Services

2009-07-08 Thread James Strachan
2009/7/8 Gabriel1982 benbouzid_ano...@yahoo.fr: Thanks a lot Mr James but i don't need the broker service . i would like to use the stomp interface listener to intercept messages and than persist them in a database without using cache memory . in other words i want to use just the server

Re: Activate Some Services

2009-07-08 Thread James Strachan
2009/7/8 Gabriel1982 benbouzid_ano...@yahoo.fr: yes but the brokerService is essentially used to manage messages in the Queues or Topics but for me i don't need even to create any Queues or Topics in the memory . i just want to persist them in the disk and then get them from the disk .

Re: Activate Some Services

2009-07-08 Thread James Strachan
2009/7/8 Gabriel1982 benbouzid_ano...@yahoo.fr: using only one queue can block consumers In what way? besides i think that a queue can't support 30 million of messages It should be able to. -- James --- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/

Re: Camel routing poor performance vs VirtualDestinations and Topics

2009-03-31 Thread James Strachan
Which version of ActiveMQ/Camel/Spring are you using? Is the camel code inside the broker? Do you have any specific spring configuration for the ActiveMQ component? BTW the out of the box won't be using transactions, so you'll be doing a request/reply with the broker (I presume using TCP unless

Re: Camel routing poor performance vs VirtualDestinations and Topics

2009-03-31 Thread James Strachan
Also configuring the activemq component to use vm transport (as it defaults to tcp://locahost:61616) would probably help too 2009/3/31 DanielR romero...@gmail.com: Hi. I'm using AMQ 5.2 (apache-activemq-5.2.0-bin.tar). The camel code is in a java class of my own package

Re: Camel routing poor performance vs VirtualDestinations and Topics

2009-03-31 Thread James Strachan
Oh and async sending... 2009/3/31 James Strachan james.strac...@gmail.com: Also configuring the activemq component to use vm transport (as it defaults to tcp://locahost:61616) would probably help too 2009/3/31 DanielR romero...@gmail.com: Hi. I'm using AMQ 5.2 (apache-activemq-5.2.0

Re: ActiveMQ JNDI support only for testing?

2009-03-18 Thread James Strachan
2009/3/18 Antsa a...@teamware.com: huntc wrote: I'm curious as to what is trying to be achieved here. Could you please explain why it is useful to perform a naming/directory lookup for a queue or topic name? My use case is probably due to my newbie status with JMS. Session.createTopic

Re: Change Message Destination using Interceptors

2009-03-18 Thread James Strachan
2009/3/17 DanielR romero...@gmail.com: I can't get it working... any examples would be nice please Here's a bunch of examples... http://camel.apache.org/examples.html The spring XQuery example might be a good start... http://camel.apache.org/spring-xquery-example.html you might find its

Re: Change Message Destination using Interceptors

2009-03-17 Thread James Strachan
2009/3/17 DanielR romero...@gmail.com: How can I change the destination queue of a message using Interceptors? Whats your use case BTW? The easiest thing might be to use a CamelDestination which can then use a route client side to perform content based routing etc. -- James ---

Re: ActiveMQ JNDI support only for testing?

2009-03-17 Thread James Strachan
2009/2/10 janylj jan...@gmail.com: Hello, I tried ActiveMQ JNDI support. It seems to me only for testing, because the administrative objects are specified in the jndi.properties of client machine. There is no centralized place to manage the ConnectionFactory or Destination. And we could not

Re: Change Message Destination using Interceptors

2009-03-17 Thread James Strachan
2009/3/17 DanielR romero...@gmail.com: I need to forward the messsage to the proper queue depending on the first 10 characters of the body of the message. Sounds like a content based router... http://camel.apache.org/content-based-router.html its probably better to do that using Camel rather

Re: Change Message Destination using Interceptors

2009-03-17 Thread James Strachan
2009/3/17 DanielR romero...@gmail.com: I have 2 restrictions: 1. The routing must be done server side 2. The routing depends on the body, not on the header or some property Both of those are fine - just include the content based router inside the broker process. ActiveMQ can easily host

Re: ActiveMQ JNDI support only for testing?

2009-03-17 Thread James Strachan
2009/3/17 janylj jan...@gmail.com: I was trying to have a centralized repository of destinations and ConnectionFactory. I could use a uniform namespace for destination to avoid conflicting. However, I don't want to allow users creating destination or ConnectionFactory on the fly. I would like

Re: ActiveMQ JNDI support only for testing?

2009-03-17 Thread James Strachan
Thats a question for the Apache Directory user lists I'm afraid 2009/3/17 janylj jan...@gmail.com: Thanks James for a great suggestion of Apache Directory Server. I didn't know that Apache Directory Server could be deployed in the same JVM as ActiveMQ broker. Do you happen to know whether

Re: ActiveMQ and Applets

2009-03-12 Thread James Strachan
ActiveMQ just uses commons-logging by default so if you don't want to use log4j jsut don't include it in your classpath. More details here... http://activemq.apache.org/how-do-i-change-the-logging.html http://commons.apache.org/logging/guide.html 2009/3/12 Kyle Watson k...@corewafer.com: Hi,

Re: dead letter queue

2009-03-11 Thread James Strachan
2009/3/11 mffrench mffre...@axway.com: Hello, I would like to know if when I send a message on queue which does not exist in my ActiveMQ broker where are stored this messages ? Is there any dead letter queue in ActiveMQ ? How do I configure it ? ActiveMQ creates destinations on the fly by

Re: Failover configuration for JMS clients using JNDI

2009-03-04 Thread James Strachan
2009/3/4 A. Gregory Rabil greg.ra...@ins.com: Hello, I'm using ActiveMQ 5.2.0, and I'm trying to configure a simple test of the failover transport.  I have two brokers A and B, and a JMS client on a remote machine.  I want the client to connect to Broker A, unless it is unavailable, in which

Re: Message PRIORITY

2009-02-16 Thread James Strachan
2009/2/16 Luana87 l.fiorit...@live.it: Hello, I'm starting to use ActiveMQ v5.2.0 and I need to prioritize messages sent from only one producer. I am wondering which the correct way is. In particular I would like to understand which the difference is between message.setJMSPriority(priority)

Re: Message PRIORITY

2009-02-16 Thread James Strachan
2009/2/16 Luana87 l.fiorit...@live.it: James.Strachan wrote: 2009/2/16 Luana87 l.fiorit...@live.it: Hello, I'm starting to use ActiveMQ v5.2.0 and I need to prioritize messages sent from only one producer. I am wondering which the correct way is. In particular I would like to

Re: Webconsole and Tomcat

2009-01-30 Thread James Strachan
The first error in the log looks descriptive... 2009-01-30 14:09:58,278 [main ] ERROR BrokerService - Failed to start ActiveMQ JMS Message Broker. Reason: java.lang.RuntimeException: java.io.IOException: Failed to create directory 'activemq-data/localhost/tmp_storage'

Re: NamingContext error in 5.2.0

2009-01-30 Thread James Strachan
Looks like a concurrency bug we should work around. In the mean time - how about adding a synchronized block around looking up a queue in JNDI? You should only need to look it up once on start up and not need to look it up in each thread many times concurrently? 2009/1/30 Eric-AWL

Re: camel-mina, missing NUL line delimiter?

2009-01-29 Thread James Strachan
Could you use the Camel user forum please? http://camel.apache.org/discussion-forums.html 2009/1/29 ejot mag...@derelik.net: From the docs the line delimiters AUTO, MAC, WINDOWS and UNIX are supported... but mina has another one, NUL (necessary when using for example Flash). Is there some

Re: Single consumer for multiple brokers?

2009-01-29 Thread James Strachan
The fanout transport kinda has most of the implementation code to do this; it just needs to be hacked a little so that consume start/stop commands are sent to multiple brokers and transactions/acks are correctly sent to the broker that sent the original message. There might be some fun and games

Re: log4j - Jndi context addToEnvironment has no effect

2009-01-29 Thread James Strachan
Have you tried just configuring whatever properties you need as a Hashtable and passing them into the InitialContext() constructor? 2009/1/29 selezovikj semir.elezo...@gmail.com: I have a JmsQueueAppender that logs messages to an ActiveMQ broker on a given queue. I also have a jndi.properties

Re: getting started with stomp

2009-01-29 Thread James Strachan
Which port are you connecting to? 2009/1/29 lazyeye t.mcgee.lazy...@gmail.com: I'm trying to get started with stomp but I can't even get a telnet connecting working. I'm using activeMQ 5.2.0, java 1.6.0_10, windows xp professional v 2002 service pack 2 and Microsoft telnet client. It looks

Re: Restricting queues

2009-01-28 Thread James Strachan
2009/1/28 dwout greenpor...@gmail.com: Hi, Is it possible to keep producers from sending messages to a queue that hasn't been defined in the activemq.xml config? Yes, just use security to restrict admin access (to be able to create new queues or topics)

Re: Update Broker Bridging while running?

2009-01-28 Thread James Strachan
2009/1/28 project2501 dar...@ontrenet.com: Hi, Is there a way to inform ActiveMQ to bridge to a new static tcp: broker address after it is running? I need to dynamically update the snf bridges, but won't have multicast ability. Can I do this without modifying the config and restarting it?

Re: Receiving messages from a Topic

2009-01-26 Thread James Strachan
Are you using a fixed clientID and subscriberName? 2009/1/26 zunrise de...@artkontrast.de: First thx for quick reply. I'm already using durableconsumers. My subscribition Client is written in .net and I'm using NMS. Can anyone send me a sample code how to let it work. The problem is that the

Re: Message Monitor for ActiveMQ

2009-01-22 Thread james . strachan
That sounds interesting! Would you consider donating it to the ActiveMQ project so we could integrate it with the existing console? On 22/01/2009, citron viklund_and...@hotmail.com wrote: Hi, I am just checking the general interest in a message monitor tool that I have developed for

Re: Mirrored Queues

2009-01-19 Thread James Strachan
2009/1/19 benshort b...@benshort.co.uk: Is it possible to setup activemq to only mirror one queue? The camel example I just gave does exactly that. -- James --- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/

Re: Licence question, bundle ActiveMQ jar files

2009-01-19 Thread James Strachan
2009/1/19 citron viklund_and...@hotmail.com: Hi, I am about to release a freeware for monitoring topics and queues(virual topics) in ActiveMQ. I would like to know if it is ok to bundle needed ActiveMQ client jars with the application? Sure - ActiveMQ is licensed under the Apache License

Re: how to send xml message from ActiveMQ JMS to JAVA program

2009-01-15 Thread James Strachan
2009/1/15 manish_goyal manishkumar_go...@infosys.com: Hi, Can any one tell me how to send a XML message from ActiveMQ queue to JAVA program. Or in another way how to consume message from ActiveMQ using JAVA program. The JMS tutorial might be a good place to start - to understand the JMS API

Re: Persistant and Non-Persistant queues

2009-01-14 Thread James Strachan
2009/1/14 David Newcomb david.newc...@bigsoft.co.uk: Firstly, I am using Spring to help manage my Topics / Queues. To start with I'll give a brief explanation of my scenario. 1. Work requests come into my system and are added to a non-persistant queue. 2. Another thread takes entries out

Re: Q Consumers stop receiving messages

2009-01-13 Thread James Strachan
Which version? 2009/1/13 IBeaumont ibeaum...@categoric.com: I've got a fairly complex app, that takes msgs, processing them and sticks them on the same or different queues. The queues are pre-loaded with persistent messages before the application starts (5). Once it starts processing

Re: Newbie Question

2009-01-09 Thread James Strachan
2009/1/9 Glenn Macgregor gmacgre...@pocketkings.ie: Hi All, I am looking into user ActiveMQ for our main message bus. I currently have a few Java applications which we manage using JConsole (jmx) and monitor. This may seem like a strange question due to my lack of knowledge about

Re: Nightly builds?

2009-01-08 Thread James Strachan
2009/1/7 James Strachan james.strac...@gmail.com: 2009/1/7 James Strachan james.strac...@gmail.com: 2009/1/7 mkeenan kee...@p2sol.com: I have a few questions about the current ActiveMQ release: 1) I see a few links on this forum and on the ActiveMQ website that refer to the 5.3.0 Snapshot

Re: Deployment best practices

2009-01-07 Thread James Strachan
2009/1/7 nitingupta183 nitingupta...@gmail.com: Hi all, I am new to JMS and Messaging middle ware technologies. I need help in following areas to be able to design a system in which I need to use a messaging middle ware: 1) What are the best practices of deploying a JMS broker like

Re: ActiveMQ - can it do tasks

2009-01-07 Thread James Strachan
2009/1/7 agatone zoran.z...@gmail.com: Hello, As I'm from non-Java world trying to get into this Java stuff it's quite hard to understand all JAVA stuff concepts. B/c of that I have problems understanding ActiveMQ manual (mostly i don't know how to define search terms that would get me

Re: ActiveMQ - can it do tasks

2009-01-07 Thread James Strachan
2009/1/7 agatone zoran.z...@gmail.com: Ok, so I'll have to code durable consumers for every language i'll use and foreach topic , and it will be invkoing things. Its normally just a couple of lines of code to write a consumer That kinda sounds lots of code with those 1000 :| If you are

Re: Nightly builds?

2009-01-07 Thread James Strachan
2009/1/7 mkeenan kee...@p2sol.com: I have a few questions about the current ActiveMQ release: 1) I see a few links on this forum and on the ActiveMQ website that refer to the 5.3.0 Snapshot, but none of them pointed to any downloadable files. Is there any packaged version of 5.3.0 or is the

Re: Nightly builds?

2009-01-07 Thread James Strachan
2009/1/7 James Strachan james.strac...@gmail.com: 2009/1/7 mkeenan kee...@p2sol.com: I have a few questions about the current ActiveMQ release: 1) I see a few links on this forum and on the ActiveMQ website that refer to the 5.3.0 Snapshot, but none of them pointed to any downloadable files

Re: Objectmessage max size, how can i change it?

2008-12-23 Thread James Strachan
That looks like you're out of heap space - try increasing the JVM's heap 2008/12/23 silver1 martin.ku...@robotron.de: Hi, what is the maximum size of a objectmessage for sending over a ssl-protocoll? Is it 20 MB? Can I modify the size? I have tested (ApacheMQ Version 5.2) with a File (~

Re: Objectmessage max size, how can i change it?

2008-12-23 Thread James Strachan
2008/12/23 silver1 martin.ku...@robotron.de: Ah, thank you :) The maximum size of a Objectmessage is the maximum available memory space? Its a bit more complex than that; the broker has a cache it tries to maintain before enabling producer flow control.

Re: actual status of activeMQ and AMQP

2008-12-19 Thread James Strachan
2008/12/19 loctorp boris.kartasch...@logica.com: Hi everyone, I was wondering about the current status of AMQP implementation into acticeMQ. On the project page it states, that there is a sandbox version and that developement has been paused. As we are interested in using activeMQ together

Re: Rollback and acknowledge

2008-12-11 Thread James Strachan
2008/12/11 James Strachan [EMAIL PROTECTED]: 2008/12/11 mmocnik [EMAIL PROTECTED]: James.Strachan wrote: [...] Normally redelivery of the last message occurs - to avoid breaking order. Is that what you need? If you are not seeing this - are you closing recreating the MessageConsumer

Re: Rollback and acknowledge

2008-12-11 Thread James Strachan
2008/12/11 mmocnik [EMAIL PROTECTED]: James.Strachan wrote: [...] though I think putting redelivered messages at the tail of the queue (so its dispatched last) is what you want - so resending the message rather than rolling back closing is probably more suitable Yes, that is what I want

  1   2   3   4   5   6   7   8   9   10   >