Persistence on a non transactional storage

2020-08-20 Thread Boris Granveaud
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.

Configuring ActiveMQ Embedded Broker over HTTPS

2010-02-02 Thread Boris Belov
/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.

prefetchSize keeps growing

2008-02-28 Thread Boris Mazniker
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

Re: Trouble with JAAS & 5.0.

2007-12-18 Thread Boris Mazniker
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

Re: Trouble with JAAS & 5.0.0

2007-12-18 Thread Boris Mazniker
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

Re: Trouble with JAAS & 5.0.

2007-12-18 Thread Boris Mazniker
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

C# client support for SSL

2007-12-12 Thread Boris Mazniker
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

Re: Trouble with JAAS & 5.0.0

2007-12-12 Thread Boris Mazniker
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

Re: RedeliveryPolicy appears to get ignored in an XA Transaction

2007-07-11 Thread Boris
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.