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
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
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
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
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
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
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
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.
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
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
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
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
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.
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
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
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
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
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
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
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
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.
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
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
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
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
25 matches
Mail list logo