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

Fwd: newbie question

2022-02-04 Thread Jo De Troy
Hello, I just started reading on ActiveMQ Artemis and the Operator https://artemiscloud.io/ for running on Kubernetes/Openshift. Can I ask questions on the Operator on this mailing list? If not there, any idea where I could ask these questions? In case I want to run a broker with persistent stora

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

newbie question about Virtual Topics

2011-03-22 Thread Ian Holsman
Hi. I'm trying to configure a ActiveMQ server to use Virtual Topics. I've copied the broker configuration from https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/virtual/global-virtual-topics.xml and copied the Test code from the VirtualTo

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
//activemq.2283324.n4.nabble.com/Newbie-Question-about-Plugins-tp2965936p2967155.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
gt; plugins tag, but I don't know where. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Newbie-Question-about-Plugins-tp2965936p2966652.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Newbie Question about Plugins

2010-10-07 Thread Mentor11
ve to change something if I add the plugins tag, but I don't know where. -- View this message in context: http://activemq.2283324.n4.nabble.com/Newbie-Question-about-Plugins-tp2965936p2966652.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
ttribute 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 message in context: > http://activemq.2283324.n4.nabble.com/Newbie-Question-about-Plugins-tp2965936p2966554.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Newbie Question about Plugins

2010-10-07 Thread Mentor11
message in context: http://activemq.2283324.n4.nabble.com/Newbie-Question-about-Plugins-tp2965936p2966554.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie Question about Plugins

2010-10-07 Thread Dejan Bosanac
> -Original Message- > From: Mentor11 [mailto:dhagen...@aol.com] > Sent: Wednesday, October 06, 2010 4:05 PM > To: users@activemq.apache.org > Subject: Newbie Question about Plugins > > > Hi everyone, > I want to develop a simple plugin for ActiveMQ, but following the

RE: Newbie Question about Plugins

2010-10-06 Thread Allen Reese
Sent: Wednesday, October 06, 2010 4:05 PM To: users@activemq.apache.org Subject: Newbie Question about Plugins Hi everyone, I want to develop a simple plugin for ActiveMQ, but following the examples on http://activemq.apache.org/developing-plugins.html doesn't get me anywhere. My Plugin doesn

Newbie Question about Plugins

2010-10-06 Thread Mentor11
nt was found starting with element 'plugin'. One of '{WC[##other:"http://activemq.apache.org/schema/core"]}' is expected. These Error are not that the class files can't be found but syntax errors right? So are the examples of the Website wrong? -- View this message in conte

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
sage in context: http://activemq.2283324.n4.nabble.com/Newbie-question-about-many-consumers-and-many-producers-tp2402003p2402091.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
this message in context: http://activemq.2283324.n4.nabble.com/Newbie-question-about-many-consumers-and-many-producers-tp2402003p2402090.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
ason 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 <[hidden email]> wrote: > > > > > Newbie question about many consumers

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

Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
Newbie question about many consumers and many producers. I have searched and read through some of the archives but have not been able to find an answer to this question. I am working on an application that will have several different producers. They supply messages to a common queue. The

Re: Newbie Question: using REST to post a message

2010-03-30 Thread Dejan Bosanac
d" > <http://myserver.com:8161/demo/message/myqueue?timeout=1&type=queue"; > > Can anyone give any ideas what could be wrong ? Any ideas much appreciated. > -- > View this message in context: > http://old.nabble.com/Newbie-Question%3A-using-REST-to-post-a-message-tp28081728p28081728.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Newbie Question: using REST to post a message

2010-03-30 Thread gng
one give any ideas what could be wrong ? Any ideas much appreciated. -- View this message in context: http://old.nabble.com/Newbie-Question%3A-using-REST-to-post-a-message-tp28081728p28081728.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

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

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

2010-02-18 Thread Gautam Divgi
avior when using CMS with other thread or concurrency libraries. Thanks, Gautam. -- View this message in context: http://old.nabble.com/Newbie-question---CMS-and-decaf%3A%3Alang%3A%3AThread-tp27649502p27649502.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

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

Newbie Question

2010-02-04 Thread Glenn Macgregor
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 FOO.BAR. Can I get rid of these queues and where are they configured

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Dejan Bosanac
http. 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, Nov 3, 2009 at 3:09 PM, nkhan00 wrote: > > Hello, > > I have a newbie question

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Joe Fernandez
(http://activemq.apache.org/http-and-https-transports-reference.html). Joe http://www.ttmsolutions.com nkhan00 wrote: > > Hello, > > I have a newbie question. First some background: > > We have an application that sits in an environment where only outgoing > HTTP connections are

Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread nkhan00
Hello, I have a newbie question. First some background: We have an application that sits in an environment where only outgoing HTTP connections are allowed. This application needs to do two things: (1) send data to a remote server over the internet (2) receive commands from the same remote

Newbie question about JMS tunelling through HTTPS

2009-11-03 Thread nkhan00
Hello, I have a newbie question. First some background: We have an application that sits in an environment where only outgoing HTTP connections are allowed. This application needs to do two things: (1) send data to a remote server over the internet (2) receive commands from the same remote

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

Newbie Question

2009-01-09 Thread 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 to hook up my jmx enabled apps into Act

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
body help me? I have been searching in the web and also > downloaded the user guide from ttmsolutions.com and I haven't been able > to make it work. > > Thank you very much!! > > -- View this message in context: http://www.nabble.com/Newbie-question-about-simple-application-tp18027870p18029741.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Newbie question about simple application

2008-06-20 Thread Arnau
Hi all, Yesterday I discovered ActiveMQ and I have been banging my head against a wall :). What I'd like to do is the following: 1. Create a local broker (A) that comunicates with a remote broker(B). I'd use two diferent computers. 2. Define two queues on each broker TX and RX 3. All the m