Re: oracle 8i java trigger and ActiveMQ

2007-03-28 Thread James Strachan
On 3/28/07, lprefontaine <[EMAIL PROTECTED]> wrote: We want to send messages within java triggers running in oracle 8i. The oracle jvm is 1.2.1 compatible in 8i it's not the Sun JVM). Does someone have an idea if an older ActiveMQ version exists that could be uses to send messages to an Active

Re: DESIGN GUIDANCE PLEASE: Initial Set of Messages followed by Incremental Messages

2007-03-28 Thread James Strachan
This sounds like request-response; the only difference is after the clients initial request, there are multiple responses over time (initial ones then incremental ones)... http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html namely clients have their own temporary que

Re: how to lookup a topicName dynamically

2007-03-28 Thread Adrian Co
IMO, using BrokerService.getDestinations() will only work when you are using embedded brokers. I.e. you are deploying the JMS broker inside your app and you have access to the BrokerService object. If you want to access a remote broker (i.e. if you run it via ./activemq), you need to use JMX a

Re: ActiveMQ Applet

2007-03-28 Thread NJ No1
Hi Shilpa, Im assuming your talking about the AJAX problem. What i ended up doing was using the webdemo that is provided with the ActiveMQ source. I looked how the portfolio.html and portfolio.js were being used and tweaked it to what i wanted. If you refresh the page you have to wait the default

oracle 8i java trigger and ActiveMQ

2007-03-28 Thread lprefontaine
We want to send messages within java triggers running in oracle 8i. The oracle jvm is 1.2.1 compatible in 8i it's not the Sun JVM). Does someone have an idea if an older ActiveMQ version exists that could be uses to send messages to an ActiveMQ 4 queue ? We would load jar files and other depend

DESIGN GUIDANCE PLEASE: Initial Set of Messages followed by Incremental Messages

2007-03-28 Thread sparky2708
Hi, I am looking for suggestions/example code on how to do the following: (1) On client startup my service would Initially push out some messages to the client (2) Push out incremental messages to client when responding to some other message that I receive So for (1) I was thinking I would ne

[NMS] download of Spring.Messaging.Nms available

2007-03-28 Thread James Strachan
For folks using .Net with ActiveMQ we highly recommend the use of Spring.Messaging.Nms for working with NMS. You can grab a binary download here... http://www.springframework.net/downloads/Spring.Messaging.Nms/ For more on NMS see http://www.springframework.net/downloads/Spring.Messaging.Nms/ --

Re: how to lookup a topicName dynamically

2007-03-28 Thread new2activemq
James, thanks a lot for your help below. i was actually able to try the list() method and it lists everything that's in my jndi.properties file. i think the reason is that my InitalContext in the first place does a 'lookup' in the jndi.properties file. however, lets say my activemq broker is run

Re: starting activemq getting errors

2007-03-28 Thread James Strachan
It could be a Java 5 code crept in; so upgrading your JVM (or installing the retrotranslator JIT) will fix it. On 3/28/07, Prakash sen <[EMAIL PROTECTED]> wrote: I am using JDK 1.4. James.Strachan wrote: > > Which JDK are you using? > > On 3/23/07, Prakash sen <[EMAIL PROTECTED]> wrote: >> >>

Re: starting activemq getting errors

2007-03-28 Thread Prakash sen
I am using JDK 1.4. James.Strachan wrote: > > Which JDK are you using? > > On 3/23/07, Prakash sen <[EMAIL PROTECTED]> wrote: >> >> Hi, >> While starting activemq i am getting this error. Any idea or >> suggestion would be helpfull. >> >> Thanks, >> Prakash Sen. >> >> >> E:\MQ\apache-act

Re: Concurrent Consumers

2007-03-28 Thread James Strachan
On 3/28/07, spiderman2 <[EMAIL PROTECTED]> wrote: I want to have a server of several consumer threads which pull Jobs from various Brokers. However, I want to limit the number of Jobs of a certain type, that are running concurrently on this server. So for example, not more than 5 Priority 1 job

Re: Difference between ActiveMq and Mule from the user's pont of view?

2007-03-28 Thread ltamas
Thanks, that helps. -- View this message in context: http://www.nabble.com/Difference-between-ActiveMq-and-Mule-from-the-user%27s-pont-of-view--tf3430637s2354.html#a9714155 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: WEB Demos from 4.2 SNAPSHOT (20 March 07) not working ?

2007-03-28 Thread James Strachan
I answered this in the other thread http://www.nabble.com/forum/ViewPost.jtp?post=9711660&framed=y&skin=2354 On 3/27/07, DomG <[EMAIL PROTECTED]> wrote: All, I have dowloaded the following 4.2 snapshot : apache-activemq-4.2-20070320.165248-33 Having started activemq from the bin dir, I then

Re: Running http://localhost:8161/demo/ not working for me !

2007-03-28 Thread James Strachan
The nightly build has finished which should now have a working distro.. http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/apache-activemq/4.2-SNAPSHOT/apache-activemq-4.2-20070328.130210-35.tar.gz I downloaded and tried it here and it worked fine for me On 3/28/07, James

Re: Concurrent Consumers

2007-03-28 Thread spiderman2
I want to have a server of several consumer threads which pull Jobs from various Brokers. However, I want to limit the number of Jobs of a certain type, that are running concurrently on this server. So for example, not more than 5 Priority 1 jobs should be running at the same time on a server. (I

unsubscribe

2007-03-28 Thread Michael Caughey

Re: Difference between ActiveMq and Mule from the user's pont of view?

2007-03-28 Thread James Strachan
On 3/20/07, ltamas <[EMAIL PROTECTED]> wrote: Hi! Is might be a really basic question, probably that's why I haven't found any answers. My question is basically the following. ActiveMQ offers different client types, transformation and routing, persistance, than what's the added benefit of using

Re: Concurrent Consumers

2007-03-28 Thread James Strachan
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I don't want these consumers to be exclusive to receiving priority1 jobs though. I don't follow - could you describe what you're after a bit more specifically. James.Strachan wrote: > > On 3/27/07, spiderman2 <[EMAIL PROTECTED]> wrote:

Re: Queue message reception failure

2007-03-28 Thread bgm_fr
Hi, Thanks for your help. We found the problem. In fact the timeToLive parameter was set to 1000 and then to 1 but nothing changed, so we decided not to set it up and everything works fine now. So we do believe that it comes from the validity of messages we sent. The weird thing is that

Re: Queue statistics?

2007-03-28 Thread James Strachan
On 3/27/07, Gaurav Hariani <[EMAIL PROTECTED]> wrote: Is there someplace that explains these statistics? The source code :) I've just updated the javadoc in svn, so the next build of the javadoc should be updated. For now just view the code for DestinationViewMBean http://svn.apache.org/repos

Re: Cannot run jetty server

2007-03-28 Thread James Strachan
You might wanna try grabbing the latest code from trunk and building again. We went from a release of Jetty, to 6.1-SNAPSHOT and we've now moved to 6.1.2rc2 which should download for you fine from maven On 3/28/07, didyeah971 <[EMAIL PROTECTED]> wrote: Hi, I have been using the embedded jetty f

Re: Running http://localhost:8161/demo/ not working for me !

2007-03-28 Thread James Strachan
It sounds like a bad snapshot build not including the web apps. I've just been testing out the current trunk build which unfortunately had a few problems; its now fixed so the next snapshot should be fine. dated 28th March or you could try build the code from trunk On 3/26/07, DomG <[EMAIL PROTE

Cannot run jetty server

2007-03-28 Thread didyeah971
Hi, I have been using the embedded jetty for a week, and now i cannot run it anymore I have this error : [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Fai

Re: How to create a persistent c# producer

2007-03-28 Thread Karthik.Gopalakrishnan
Hi James I tried setting the persistent property there as true but it didnt quite help. So exploring more on that we got that fixed by setting the NMSPersistent property of the message to true. Thanks James James.Strachan wrote: > > On 3/27/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> > wrot

Re: ActiveMQ Applet

2007-03-28 Thread Shilpa
hi, i am also having same problem, please can you share with me how you resolved this issue? Thanks Shilpa NJ No1 wrote: > > Hi, > > Ive been trying to get an AJAX implementation of an ActiveMQ listener > working in a browser for a while now and it works very intermittently. I > followed

Re: Ajax Help

2007-03-28 Thread didyeah971
I did, and i i had some problems i posted in a subject named " error in prototype.js". I copied it there. It's the third message i've been posting, i hope this one will be answered. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well received too b

Re: Load testing ActiveMQ JMS

2007-03-28 Thread James Strachan
You could try our Maven JMS performance testing suite... http://activemq.apache.org/activemq-performance-module-users-manual.html On 3/28/07, birjupat <[EMAIL PROTECTED]> wrote: We have an application which we want to load test against. We want to measure for e.g. number of messages processed

Re: Out Of Order Message Processing

2007-03-28 Thread James Strachan
On 3/28/07, osian <[EMAIL PROTECTED]> wrote: This has now been rectified, it was a bug in how the JMSXMessageGroupID was being generated, now that it is generated properly, all is well, Great, thanks for letting us know! -- James --- http://radio.weblogs.com/0112098/

Re: Problems with VM transport

2007-03-28 Thread James Strachan
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From: "Christopher G. Stach II" <[EMAIL PROTECTED]> > ``tcp'' can refer to _any_ broker, local or remote, that has a TCP > transportConnector. I understand; it is also my understanding that TCP transport connector may be used

Re: ArrayIndexOutOfBoundsException

2007-03-28 Thread drvillo
Hi James it's here: https://issues.apache.org/activemq/browse/AMQ-1215 Francesco James.Strachan wrote: > > This looks like a concurrency bug; could you raise a JIRA for this please? > > On 3/23/07, drvillo <[EMAIL PROTECTED]> wrote: >> >> Hi all >> >> today my service stopped consuming messa

Re: Queue message reception failure

2007-03-28 Thread James Strachan
is the value of timeOut really small? i.e. you're not waiting long enough for messages to be sent along the wire? On 3/27/07, bgm_fr <[EMAIL PROTECTED]> wrote: Hi all, There's something weird happening with my application. My app consists in two queues : one for command and one for notifica

Re: Concurrent Consumers

2007-03-28 Thread James Strachan
On 3/27/07, spiderman2 <[EMAIL PROTECTED]> wrote: I want to limit the concurrent processing of messages on a broker which have a certain filter value. For example, I only want my pool of consumers to consume N messages with the 'priority=1' at the same time. Can this be done? The number of c

Re: Single Producer waiting on send

2007-03-28 Thread James Strachan
You might be hitting this... http://activemq.apache.org/my-producer-blocks.html On 3/27/07, Gaurav Hariani <[EMAIL PROTECTED]> wrote: I have a single producer (Java) that sends small messages to about 20 consumers (written in C#). After a few hours of running it blocks for many hours on the sen

Re: BrokerFilter question

2007-03-28 Thread James Strachan
On 3/27/07, Allesmallachen <[EMAIL PROTECTED]> wrote: Hi, I am trying to implement a custom BrokerFilter. If the addConsumer method is called a special message should be send to all peer brokers. Is there a way to directly send a Command or Message subclass to a peer broker from within a BrokerF