Re: newbie question

2022-02-07 Thread Domenico Francesco Bruscino
Hi Jo, for questions related to the artemiscloud.io project, see artemiscloud.io community page[1]. You could join at artemiscloud.io slack[1] or raise an issue on the github operator project[2] . I have already sent you an invitation for artemiscloud.io slack. Regards, Domenico [1] https://art

Re: newbie question about Virtual Topics

2011-03-22 Thread Ian Holsman
Thanks Dejan. changing it to VirtualTopicConsumers.ConsumerNumberOne.VirtualTopic.TEST worked great. regards Ian On Tue, Mar 22, 2011 at 8:24 PM, Dejan Bosanac wrote: > Hi, > > note that VirtualTopicPubSubUsingXBeanTest, that uses > global-virtual-topics.xml, uses different pattern for consumer

Re: newbie question about Virtual Topics

2011-03-22 Thread Dejan Bosanac
Hi, note that VirtualTopicPubSubUsingXBeanTest, that uses global-virtual-topics.xml, uses different pattern for consumer names protected String getVirtualTopicConsumerName() { return "VirtualTopicConsumers.ConsumerNumberOne.FOO"; } so you need either to listen to VirtualTopicCon

Re: Newbie Question about Plugins

2010-10-08 Thread Dejan Bosanac
Thanks Bruce. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Oct 7, 2010 at 7:43 PM, Bruce Snyder wrote: > On Thu, Oct 7, 2010 at 10:37 AM, Mentor1

Re: Newbie Question about Plugins

2010-10-07 Thread Bruce Snyder
On Thu, Oct 7, 2010 at 10:37 AM, Mentor11 wrote: > > Nice one! You're right. I didn't know they introduced something like that. Is > there any deeper meaning why the tags must be ordered? Perhaps the Website > should be updated accordingly. > > Well at least I now know why I got these Errors thank

Re: Newbie Question about Plugins

2010-10-07 Thread Mentor11
Nice one! You're right. I didn't know they introduced something like that. Is there any deeper meaning why the tags must be ordered? Perhaps the Website should be updated accordingly. Well at least I now know why I got these Errors thanks. -- View this message in context: http://activemq.228332

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
Hi, I think your problem is that your tags aren't alphabetically ordered. That's something introduced in 5.4 by upgrade to Spring 3.0 (which I think also breaks plugins attribute). Anyway, try making them in order (destinationPolicies before plugins, etc) and it should be fine. Cheers -- Dejan B

Re: Newbie Question about Plugins

2010-10-07 Thread Mentor11
You're right your config is working. I tested a little bit and I found out, that I get the error when adding these other tags like destinationPolicy etc. How do I have to add these predefined tags so I can have them working together with my Plugin. I might have read somewhere that I have to change

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
Just tried this configuration and it works just fine in 5.4.1. http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.s

Re: Newbie Question about Plugins

2010-10-07 Thread Mentor11
hmm.. I tried using the plugins tag inside broker and bean outside with plugins attribute inside the broker tag in 5.3.2. Both Methods are working. But as soon as I try one of those Methods in 5.4.1 I get one of the above Errors. Seems like I will have to stick with 5.3.2 for now. -- View this me

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
Hi, you just need to add your JAR to the lib/ folder and it will be picked by the broker on startup. For configuring you add your bean inside the tab like http://www.springframework.org/schema/beans"; id="loggingPlugin" class="org.apache.activemq.broker.util.LoggingBrokerPlugin" /> We'l

RE: Newbie Question about Plugins

2010-10-06 Thread Allen Reese
The plugins= attribute is broken in 5.4.1: https://issues.apache.org/activemq/browse/AMQ-2939 That syntax works in 5.3.2. Unfortunately, I have never tried the syntax, so I'm not much help there. :( --Allen -Original Message- From: Mentor11 [mailto:dhagen...@aol.com] Sent: Wednesday

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
Hi, I appreciate your reply but I don't know what this means. >>> Acknowledging a message also acks all preview messages iir >>> >>>If the IDs are set as message properties, the client can filter their >>> own messages by using a selector on the messageconsumer. This I can investigate. I kno

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
We are trying to work with another organization and their spec. I suggested the multiple queue idea to my boss today but have not heard back as he is out of town. So the answer is I just don't know if this is a hard core requirement yet. Is it ok to have 40 or 50 queues? Bob -- View this me

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
We are trying to work with another organization and this is their spec. I suggested this to my boss today but have not heard back as he is out of town. So the answer is I just don't know if this is a hard core requirement yet. Bob At 12:43 PM 8/31/2010, you wrote: >Is there a reason you would

Re: Newbie question about many consumers and many producers

2010-08-31 Thread Michael Justin
Am 31.08.2010 19:30, ChicagoBob123 wrote: The messages contain ID's for consumers of the messages to know to it is their message/task. If the IDs are set as message properties, the client can filter their own messages by using a selector on the messageconsumer. I tried to only acknowledge

Re: Newbie question about many consumers and many producers

2010-08-31 Thread Matt Pavlovich
Is there a reason you would not consider using separate queues for each of the different consumers? Seems that it may simplify your solution. Matt Pavlovich On Aug 31, 2010, at 12:30 PM, ChicagoBob123 wrote: > > Newbie question about many consumers and many producers. > I have searched and

Re: Newbie Question: using REST to post a message

2010-03-30 Thread Dejan Bosanac
Hi, this should work curl -d "body=message" http://localhost:8161/demo/message/myqueue Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Mar 30, 2010

Re: Newbie question - CMS and decaf::lang::Thread

2010-02-19 Thread Timothy Bish
On Thu, 2010-02-18 at 19:58 -0800, Gautam Divgi wrote: > Hi, > > I've just started using ActiveMQ and CMS. I was wondering if there was some > requirement that the decaf::lang::Thread was the way to thread an > application using CMS. I would much rather prefer using the boost threads. > Just wonde

Re: Newbie Question

2010-02-04 Thread Bruce Snyder
On Thu, Feb 4, 2010 at 4:49 AM, Glenn Macgregor wrote: > Hi Tim, > > The camel.xml file is in my conf directory but not included by activemq.xml. > I have stripped down a version of activemq.xml and found that when I comment > out the: > >   class="org.springframework.beans.factory.config.Prope

RE: Newbie Question

2010-02-04 Thread Glenn Macgregor
turn on to tell me where these are coming from? Thanks Glenn -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 04 February 2010 11:39 To: users@activemq.apache.org Subject: Re: Newbie Question On Thu, 2010-02-04 at 11:23 +, Glenn Macgregor wrote: > Hi Al

Re: Newbie Question

2010-02-04 Thread Timothy Bish
On Thu, 2010-02-04 at 11:23 +, Glenn Macgregor wrote: > Hi All, > > I am fairly new to ActiveMQ, just downloaded 5.3.0 and started it following > the getting stared guide. It is working but I am wondering why/how I have two > queues which don't seem to be configured anywhere, example.A and F

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Dejan Bosanac
Hi, you can use http(s) protocol with ActiveMQ scenario you described http://activemq.apache.org/http-and-https-transports-reference.html Basically, it starts a web contained with a servlet on a server side and uses http-client on the client side. All messages are passed as xml payloads over htt

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Joe Fernandez
JMS is an API not a transport protocol. Each JMS provider has its own transport or wire-level protocol. For example, one of AMQ's transport protocols is called OpenWire (http://activemq.apache.org/openwire-version-2-specification.html) which can be tunneled over or through HTTP/S (http://activemq.

Re: Newbie Question

2009-01-10 Thread uma_rk
> or do you mean you wanna send a message to all of your applications > which then invoke methods on mbeans? Kinda JMS -> JMX -> your app? > There are some JMX-over-JMS implementations around Could you please point me to a JMX over JMS implementation? Regards /U

RE: Newbie Question

2009-01-09 Thread Glenn Macgregor
- From: James Strachan [mailto:james.strac...@gmail.com] Sent: 09 January 2009 16:30 To: users@activemq.apache.org Subject: Re: Newbie Question 2009/1/9 Glenn Macgregor : > Hi All, > > I am looking into user ActiveMQ for our main message bus. I currently have a > few Java applicati

Re: Newbie Question

2009-01-09 Thread James Strachan
2009/1/9 Glenn Macgregor : > 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 > this...but is there a way

Re: Newbie question about simple application

2008-06-20 Thread Arnau
Hi Joe, ttmdev wrote: You may want to look into setting up a Camel context to implement such routing rules. http://activemq.apache.org/enterprise-integration-patterns.html I think I have done. I paste my activemq.xml file: http://www.springframework.org/schema/beans"; xmlns:amq="http

Re: Newbie question about simple application

2008-06-20 Thread ttmdev
You may want to look into setting up a Camel context to implement such routing rules. http://activemq.apache.org/enterprise-integration-patterns.html Joe www.ttmsolutions.com Arnau wrote: > > Hi all, > > Yesterday I discovered ActiveMQ and I have been banging my head > against a wall :).