On 19 Oct 2009, at 23:03, au.pg wrote:
Hi,
I want to store encrypted database password in broker-config.xml
file? Is
there a way that activemq correctly decrypts while connecting to
database.
Thanks,
PG
--
View this message in context:
http://www.nabble.com/encrypt-database-password-in
That config looks ok - dynamic only means that messages will only be
pulled across if there is an active subscriber.
I did notice that you aren't setting a unique name for the broker
itself in the config? - This won't necessarily help - but will make
it easier when reading through the logs -
I forgot to provide the logs.
Host1
http://www.nabble.com/file/p25970251/activemq.txt activemq.txt
http://www.nabble.com/file/p25970251/wrapper.txt wrapper.txt
Host2
http://www.nabble.com/file/p25970251/activemq.txt activemq.txt
http://www.nabble.com/file/p25970251/wrapper.log wrapper.log
Thanks for the information, Mark!
We ended up rolling our own redelivery logic similar to your setup.
We have asynchronous listeners which, on recoverable error, create a
copy of the message and place it on a separate redelivery queue. The
message copy has an additional property which spe
On Mon, 2009-10-19 at 16:38 -0700, yesnid wrote:
> Tim,
>
> Can you point me at what we might be doing wrong as far as the build that
> causes it to be so large, we are doing a get and then opening the project in
> VS2k8 and saying build solution, should we be doing something else? Also why
> is
Tim,
Can you point me at what we might be doing wrong as far as the build that
causes it to be so large, we are doing a get and then opening the project in
VS2k8 and saying build solution, should we be doing something else? Also why
is the linux lib so much larger than the windows version?
Tha
On Mon, 2009-10-19 at 14:46 -0700, yesnid wrote:
> Hello All,
>
> I am trying to get some of my compatriots to use ActiveMQ but they are
> saying that the C++ library is 400+ MB in size when they compile it for
> windows, we compiled the linux version and got an approximately 35MB
> library. I am
Hi,
I want to store encrypted database password in broker-config.xml file? Is
there a way that activemq correctly decrypts while connecting to database.
Thanks,
PG
--
View this message in context:
http://www.nabble.com/encrypt-database-password-in-broker-config.xml-tp25966501p25966501.html
Se
Hello All,
I am trying to get some of my compatriots to use ActiveMQ but they are
saying that the C++ library is 400+ MB in size when they compile it for
windows, we compiled the linux version and got an approximately 35MB
library. I am sure especially with the windows one that this can be a much
Hi,
I try to set up two AMQ 5.3 brokers (deployed on 2 tomcat servers ) to get
some redundancy in
our solution.
The AMQ documentation describes the JDBC Master/slave as below :
On startup one master grabs an exclusive lock in the broker database and all
other brokers are slaves and pause waitin
Tried starting my client with:
tcp://localhost:61616?
wireFormat=openwire&tcpNoDelayEnabled=true&wireFormat.MaxInactivityDurationInitalDelay=999&wireFormat.MaxInactivityDuration=999
And
tcp://localhost:61616?
wireFormat=openwire&tcpNoDelayEnabled=true&MaxInactivityDurationInitalDelay=
it's works fine !!
Thanks again
Dejan Bosanac wrote:
>
> Seems like you're missing dbcp (http://commons.apache.org/dbcp/) in your
> classpath.
>
> Cheers
> --
> Dejan Bosanac - http://twitter.com/dejanb
>
> Open Source Integration - http://fusesource.com/
> ActiveMQ in Action - http://www.man
it's works fine !!
Dejan Bosanac wrote:
>
> Seems like you're missing dbcp (http://commons.apache.org/dbcp/) in your
> classpath.
>
> Cheers
> --
> Dejan Bosanac - http://twitter.com/dejanb
>
> Open Source Integration - http://fusesource.com/
> ActiveMQ in Action - http://www.manning.com/snyde
Hi,
I have a test ActiveMQ (5.3.0) setup where I have ActiveMQ running through a
spring-based configuration within my application. I define a network
connector as multicast for my broker, and a transport connector with a tcp
connection and a multicast discovery URI. One node sends the messages
Hello,
I implemented a request-response project that runs on top of ActiveMQ. I
used the following code as starting point:
http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html
The problem here is that my request-response has to be blocking i.e. the
producer has to blo
Gary Tully wrote:
>
> The constantPendingMessageLimitStrategy is only applicable to topics. For
> queues, there is no way to have excess messages auto discarded except
> through message expiry.
> Will a topic work for your use case?
>
Hi Gary,
Many thanks for your reply. Indeed I said queues i
Try the latest trunk. A bug fix was made.
Daniel Ellis wrote:
>
> We have also experienced this issue when using ActiveMQ 1.2 with NMS.
>
> On the server, the wrapper.log file is full of these errors:-
>
> INFO | jvm 1| 2009/10/17 13:07:00 | ERROR Service
> - As
Hello !
Currently i am working for a customer to setup a ActiveMQ production alike
environment,
designed for failover on the client or the server. Our first approach is to
use failover on
the client and using a shared database building a Master/Slave scenario
having a database
cluster. I works in
We have also experienced this issue when using ActiveMQ 1.2 with NMS.
On the server, the wrapper.log file is full of these errors:-
INFO | jvm 1| 2009/10/17 13:07:00 | ERROR Service
- Async error occurred: javax.jms.JMSException: Unmatched acknowledege:
MessageAck {c
I shall test with disable multicast dicovery. Thanks.
On production we are seeing below exception. Is it also related multicast
discovery or Inactity monitor?
I am also turning off inactivity monitor thread with
maxInactivityDuration=0:
> The networkConnector is using multicast discovery - see
You should dump the traffic using tcpdump or equivalent. Then analyze
it with wireshark. That should help you pinpoint the problem further.
Regardws
/Dave
On Thu, Oct 15, 2009 at 3:55 PM, praveen.sharma
wrote:
>
> What are the possible causes of packet loss in activemq even with TCP
> protocol.
Seems like you're missing dbcp (http://commons.apache.org/dbcp/) in your
classpath.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Mon, Oct 19, 2009 at 1:
On 19 Oct 2009, at 15:24, MrBunt1 wrote:
I have now solved this problem. It was a timing issue. The
"errant" spoke
did not have the "Automatically adjust clock for daylight saving
changes"
ticked, whereas the other machines on my network of brokers did.
Although
all three clocks displ
I have now solved this problem. It was a timing issue. The "errant" spoke
did not have the "Automatically adjust clock for daylight saving changes"
ticked, whereas the other machines on my network of brokers did. Although
all three clocks displayed the same time, two were using BST and one was
Thanks for your help.
i used AMQ with standalone mode configured with Mysql DB. It's works fine.
But when I use AMQ.war and configure it to use Mysql DB, the application
can't start showing this (knowing that i've put mysql-connector.jar to both
WEB-INF/lib and $TOMCAT_HOME/lib ):
org.springf
Hi !
>From the jconsole i get connection failed, but from the code i get
connection refused.
I will be very grateful for help, cause we need to access the JMS
functionality in
ActiveMQ. Thanks in advance.
Regards
Daniel Förberg
Here is the error message from client:
INFO 2009-10-19 13:27:08,
The constantPendingMessageLimitStrategy is only applicable to topics. For
queues, there is no way to have excess messages auto discarded except
through message expiry.
Will a topic work for your use case?
2009/10/17 bravegag
>
> Hello,
>
> I create queues on the fly meaning they get created as
temporary destinations add additional overhead because to be compliant
with the JMS specification, a messaging system needs to validate that
the temporary destination exists before sending every message. To
avoid slowing delivery of messages to a crawl to a temporary queue,
ActiveMQ sends a
28 matches
Mail list logo