Re: ActiveBlaze with .NET

2009-07-07 Thread tnine
we want to stabilize the Java client first > > cheers, > > Rob > > On 7 Jul 2009, at 05:04, tnine wrote: > >> >> Hi all, >> I've recently had to pick up an existing .NET project. It's in C# >> 3.5. >> It's far too large to

ActiveBlaze with .NET

2009-07-06 Thread tnine
Hi all, I've recently had to pick up an existing .NET project. It's in C# 3.5. It's far too large to convert to Java, and we need something like ActiveBlaze as we have high throughput requirements. I'd like to deploy ActiveBlaze to begin with, is this possible with the .NET clients or not? T

Active MQ appears to be running, but JBoss complains about the MBeans

2007-05-22 Thread tnine
Hi all, I am trying to embed the activemq-rar 4.1.1 into JBoss 4.0.5GA. I followed the direction here http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html and used tcp instead of vm since ultimately I'll have clustering and fail over. I receive the following error whe

Re: Active MQ Integration with JBoss DataSource. JNDI Lookup fails

2007-05-02 Thread tnine
[/code] James.Strachan wrote: > > If you're using Spring to configure the data source, why not just drop > JNDI altogether & use Spring? > > On 5/1/07, tnine <[EMAIL PROTECTED]> wrote: >> >> Just an Update. I've also tried the follow

Unable to restart RAR with JBoss Integration (possible bug?)

2007-05-01 Thread tnine
Hi all, I'm using Active MQ 4.1.1 and JBoss 4.0.5. I have followed the integration instructions for integration MQ as a RAR. Whenever I invoke the destroy then the create operations from the JMX console, MQ fails to start when invoking create. It give me the following error. 2007-05-01 17:37

Re: Active MQ Integration with JBoss DataSource. JNDI Lookup fails

2007-05-01 Thread tnine
I would prefer to use a JBoss DS, I've never used the basic data source for more than integration testing, and I'm not sure of the side effects of using it in a clustered environment with a MySQL cluster with fail over and scalability. It seems I have a more pressing issue, if I remove the dataso

Re: Active MQ Integration with JBoss DataSource. JNDI Lookup fails

2007-05-01 Thread tnine
Just an Update. I've also tried the following for the JNDI connection. Whenever I view the jmx-console, my data source has connected and started successfully, any help would be greatly appreciated. I'm thoroughly stumped on this one, my knowledge of deploying RARs is minimal. new config snippi

Active MQ Integration with JBoss DS

2007-04-30 Thread tnine
Hi all, I'm using Active MQ 4.1.1 and JBoss 4.0.5. I've followed the instructions for the installation of the rar, and I'm receiving the following error. It can't find the jdbc connection via JNDI, do I need to tell it to connect to port 1099 for JNDI lookup, or should it find the default JNDI

Re: Input queue and output queue grouping and sequences question

2007-04-12 Thread tnine
Creates message on output queue group named "Biz1-ISODate" --> Single threaded consumer receives messages in order. Which one is correct? Thanks again for your help. Todd James.Strachan wrote: > > On 4/12/07, tnine <[EMAIL PROTECTED]> wrote: >> >> Let me giv

Re: Input queue and output queue grouping and sequences question

2007-04-12 Thread tnine
upId); message.setIntProperty("JMSXGroupSeq", sequenceNumber ); producer.send(message); As you can see from the code above, message 5 will always beat message 4 onto the queue if they're received simultaneously by both nodes. How can I get around loosing the last "real" me

Re: Input queue and output queue grouping and sequences question

2007-04-11 Thread tnine
escribed above? If so, do you have any ideas on how I can get around them? As far as my message size, each one is between .5k and 1.5 k. Thank you for all your help, it is greatly appreciated. Todd James.Strachan wrote: > > On 4/10/07, tnine <[EMAIL PROTECTED]> wrote: >> &

Input queue and output queue grouping and sequences question

2007-04-10 Thread tnine
Hi All, I'll be writing a process that uses parallel grid processing to process message groups. I'm new to Active MQ and could use some help in finding documentation or examples. I'll be running in the following environment Java 1.6 JBoss 4 Active MQ 4.1.1 RHEL4 I know I will be performing