RE: ActiveMQ with Sybase for persistence

2007-03-13 Thread Christopher . Mathrusse
I've been trying to get this to work still and I now see an exception pertaining to BIGINT. It appears that Sybase ASE only began support for BIGINT in version 15. I'm stuck on 12.0.0.8. Any suggestions as to a workaround for this? Also I searched through the documentation on ASE 15 but foun

Master Slave locking with MYSQL is not working with 4.1.1

2007-03-13 Thread naga007
Iam using mysql 5.1 and it seems like master slave lock issue is still not fixed on 4.1.1 latest snapshot. would appreciate any feedback from activemq guys. -- View this message in context: http://www.nabble.com/Master-Slave-locking-with-MYSQL-is-not-working-with-4.1.1-tf3399897s2354.html#a94675

Active MQ Version

2007-03-13 Thread Suchitha Koneru (sukoneru)
Hello Active MQ Users , I am using active mq 4.0.2, along with Java 1.5.09 and Tomcat 5.5.20 . What is the most stable version of active mq , to which I can upgrade to ? . Our application uses Topic Publishers and Durable subscribers. Please let me know. thanks, Suchitha

Limiting discovery

2007-03-13 Thread uma_rk
We have multiple brokers divided into "communities" (say, A, B etc). I would like to use discovery and make sure that brokers A1, A2, A3, ... do not discover brokers B1, B2, B3 etc and so on. Is there a way to accomplish this? I am using Amq 4.1. Regards /U

RE: ActiveMQ with Sybase for persistence

2007-03-13 Thread Christopher . Mathrusse
Looks like I still have problems. I downloaded the 4.2 that you sent me the link to (thank you) and I configured it for my data source. The problem is that my ASE is actually 12.0.0.8 and not 12.5. The SELECT WITH XLOCK raises an error. ASE complains about the WITH syntax.   Any suggestions

Re: [Spam: 5.0] All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread ron55test
No. It does not work. I'm getting the same behaviour as DefaultMessageListenerContainer James.Strachan wrote: > > Does it work if you use SimpleMessageListenerContainer? > > On 3/13/07, ron55test <[EMAIL PROTECTED]> wrote: >> >> It is automatically doing the message.acknowledge. I've set th

Re: Active MQ 4.2

2007-03-13 Thread James Strachan
On 3/13/07, tabshift <[EMAIL PROTECTED]> wrote: Hi all, is there a timeline when ActiveMQ 4.2 will be released as stable? Not as such no - we'll hopefully get 4.1.1 out any day now, then one the 4.2 trunk has had a bit more testing, we'll start the release process. So maybe about a month from

Active MQ 4.2

2007-03-13 Thread tabshift
Hi all, is there a timeline when ActiveMQ 4.2 will be released as stable? TIA Thomas -- View this message in context: http://www.nabble.com/Active-MQ-4.2-tf3396877s2354.html#a9457615 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [Spam: 5.0] All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread James Strachan
Does it work if you use SimpleMessageListenerContainer? On 3/13/07, ron55test <[EMAIL PROTECTED]> wrote: It is automatically doing the message.acknowledge. I've set the DefaultMessageListenerContainer to do CLIENT_ACKNOWLEDGE as

Re: ActiveMQ with Sybase for persistence

2007-03-13 Thread James Strachan
On 3/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I looked over the examples and did not find one for Sybase. I did get the datasource configured and I can connect without any issues, but when ActiveMQ starts it performs a SELECT FOR UPDATE which causes an exception. I'll try the useDataba

Re: [Spam: 5.0] All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread ron55test
It is automatically doing the message.acknowledge. I've set the DefaultMessageListenerContainer to do CLIENT_ACKNOWLEDGE as James.Strachan wrote: > > I've not used the spring DefaultMessageListenerC

RE: ActiveMQ with Sybase for persistence

2007-03-13 Thread Christopher . Mathrusse
I looked over the examples and did not find one for Sybase. I did get the datasource configured and I can connect without any issues, but when ActiveMQ starts it performs a SELECT FOR UPDATE which causes an exception. I'll try the useDatabaseLock=false and see if it resolves it, but what are

RE: ActiveMQ with Sybase for persistence

2007-03-13 Thread Christopher . Mathrusse
12.5.1 does have SELECT FOR UPDATE but it can only be used on a CURSOR. From: Thomas Gagné <[EMAIL PROTECTED]> [mailto:Thomas Gagné <[EMAIL PROTECTED]>] Sent: Tuesday, March 13, 2007 7:24 AMTo: users@activemq.apache.orgSubject: Re: ActiveMQ with Sybase for persistence Which version? 12.5.

Re: ActiveMQ with Sybase for persistence

2007-03-13 Thread James Strachan
On 3/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Does anyone have a working example of using ActiveMQ with Sybase ASE as the persistence store? The activemq.xml includes examples of configuring with various JDBC drivers; it should be a matter of just tweaking those... The online doc

Re: ActiveMQ with Sybase for persistence

2007-03-13 Thread Thomas Gagné
Which version? 12.5.1's documentation includes syntax for "FOR UPDATE". [EMAIL PROTECTED] wrote: > Does anyone have a working example of using ActiveMQ with Sybase ASE > as the persistence store? The online docs make mention that Sybase is > supported but ASE does not support SELECT FOR UPDATE and

ActiveMQ with Sybase for persistence

2007-03-13 Thread Christopher . Mathrusse
Does anyone have a working example of using ActiveMQ with Sybase ASE as the persistence store? The online docs make mention that Sybase is supported but ASE does not support SELECT FOR UPDATE and I was wondering how to configure ActiveMQ so it will work.   Thanks

Re: Network of brokers security

2007-03-13 Thread Hiram Chirino
Looks like 1 broker is not authenticating with the next broker. I think we need to provide a way for you to pass a userid/password in the network connector configuration. On 3/12/07, David Borja <[EMAIL PROTECTED]> wrote: Hi AMQ devs!! I have a problem with the JAAS authentication in netowork

Re: activemq with spring and jetty

2007-03-13 Thread James Strachan
On 3/13/07, Jim Alateras <[EMAIL PROTECTED]> wrote: Has anyone developed a web application using activemq and spring 2.0 and subsequently deployed it on jetty 6.x? Yes... http://activemq.apache.org/web-console.html Did u experience any issues? No, it worked great. Also the maven jetty plug

activemq with spring and jetty

2007-03-13 Thread Jim Alateras
Has anyone developed a web application using activemq and spring 2.0 and subsequently deployed it on jetty 6.x? Did u experience any issues? cheers

Re: journal locked exceptions

2007-03-13 Thread James Strachan
There must be a broker still running with the journal locked. You could try run the broker separately On 3/9/07, Suchitha Koneru (sukoneru) <[EMAIL PROTECTED]> wrote: Hello active Mq users , is there any way out to overcome journal locked exceptions ? please help me out. I am getting a journal

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-13 Thread James Strachan
On 3/9/07, AsaUK <[EMAIL PROTECTED]> wrote: I am using activemq-rar-4.1-SNAPSHOT.rar Maybe that is not recent enough. Still I am not too worried about that one as I can easily upgrade at a later date or just build the source. I think you are right with the null pointer, not a top error though.

Re: [Spam: 5.0] JDBC Master-Slave doesn' work with DB2

2007-03-13 Thread James Strachan
On 3/9/07, Matías Cobiella <[EMAIL PROTECTED]> wrote: Hi James, I've tried with the last SNAPSHOP and the JDBC MASTER-SLAVE behavior was the expected. The first broker becomes MASTER and the second broker waits until the MASTER releases the lock. Awesome! Many thanks for testing this! Thank

Re: Slave waiting for lock during JBoss Deployment

2007-03-13 Thread James Strachan
On 3/12/07, tcort <[EMAIL PROTECTED]> wrote: About my setup: I'm running ActiveMQ (4.2 Snapshot) on JBoss (4.0.4) with Java (1.5) on Debian GNU/Linux (stable/sarge). I have 2 JBoss instances and 2 MySQL (5.0.32) instances. MySQL's database replication is setup and working. I have ActiveMQ setup

Re: All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread James Strachan
I've not used the spring DefaultMessageListenerContainer, but is it automatically doing the message.acknowledge() or do you have to do that yourself? On 3/12/07, ron55test <[EMAIL PROTECTED]> wrote: Hi, I've been trying to solve this problem for the last two days without any luck. Any help w

Re: Timeline for "official" release of Activemq-NMS

2007-03-13 Thread James Strachan
On 3/13/07, toli <[EMAIL PROTECTED]> wrote: Hey, Thanks for the development of the NMS client for ActiveMQ - we are using it in our COM object, and it works great. We'd like to release our app that's using the NMS API in a few weeks, and i was wondering about what the timeline for the "officia