h JMS or XA transactions - its purely a mechanism to
perform multiple writes to a persistent store in 1 transaction as a
performance optimization."
does it mean that I don't need DB transactions as long as I can guarantee
that writes are performed together atomatically?
thanks for your help,
Boris.
/var/com/company/keys/jetty.jks";
Thank you,
Boris.
--
View this message in context:
http://old.nabble.com/Configuring-ActiveMQ-Embedded-Broker-over-HTTPS-tp27429414p27429414.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I'm not sure why prefetch policy is not working as documented and is not
limiting the number of messages on the client's side. How can I limit the
number of messages on the client side and discard the rest?
I'm using Active MQ 5.0.
Thanks,
Boris.
--
View this messa
Boris Mazniker wrote:
>
>
> Now, we're planning to use the built-in jetty servlet in 5.0. I looked at
> the code briefly and it seems to me that right now there is no way of
> configuring username/password for the servlet activemq connection.
> initConnectionFactory() m
helps,
Boris.
pfid wrote:
>
> Hey cool, works ... kind of. I've removed all three sections, and the
> broker started w/o problems. I was able to connect with my
> (amq-cpp-2.1.1-)app and send/receive some short (persistent-,
> not-acknowledged-)messages. however, once i restart
post them here.
Thanks,
Boris.
This is the stack trace:
2007-12-18 14:21:34,363 [main ] INFO TransportConnector
- Connector vm://localhost Started
2007-12-18 14:21:43,816 [m://localhost#1] WARN TransportConnection
- Failed to add Connection
java.lang.SecurityExcep
Hi,
I'm wondering if C# client for Active MQ supports SSL. If it doesn't, are
there any plans on adding the support in the near future?
Thanks,
Boris.
--
View this message in context:
http://www.nabble.com/C--client-support-for-SSL-tp14308272s2354p14308272.html
Sent from the Activ
I experienced the exact same problem in 5.0. Everything worked fine for 4.1.
In 5.0, when vm transport is initializing, it goes through authorization and
fails since there is no correct username/password.
--
View this message in context:
http://www.nabble.com/Trouble-with-JAAS---5.0.0-tp142509
Did you get an answer to your problem? My problem that is after throwing
RuntimeException my message is not redelivered, further more any otherv message
from the queue is not delivered any more, till I restart the app.