problem about forwarding bridge from VM to remote host

2013-11-08 Thread smith_jor
There is an embedded broker inside application, application sends messages to this vm ,and vm forwards messages to remote broker A. there is a consumer receiving messages on remote broker A using asyn mode. the configure uri like this -

Re: setting up c++ client app using CMS using SSL client certificate auth

2013-11-08 Thread darkrwe
Hello Mikmela, i have solved the issue. thank you for reply. My mistake is here i didnot add the -nokeys argument the truststore openssl.exe pkcs12 -in %broker%.p12 -out %client%_ts.pem -nokeys Thank you guys. Have a nice day. -- View this message in context:

JNDI/datasource Problem in JBoss + ActiveMQ Integration (order of deployment)

2013-11-08 Thread deepak_a
Hi,I am running activeMQ+Jboss in an integrated mode.issue I am having is ActiveMQ.rar gets deployed before by JNDI-datasource gets deployed.My broker-config.xml looks like this. .The data source is in a seperate xml

ActiveMQ + Jboss Integration: JNDI DataSource problem (order of deployemnt)

2013-11-08 Thread deepak_a
Hi, I am running activeMQ+Jboss in an integrated mode. Issue I am having is ActiveMQ.rar gets deployed before by JNDI-datasource gets deployed. My broker-config.xml looks like this . persistenceAdapter jdbcPersistenceAdapter dataSource=#reform-ds

Re: Logging a message for Multi kahaDB

2013-11-08 Thread Sophia Wright
Hey, Sorry about not writing the clear question. Yes !! For each message that comes in to the broker, I want to log which store file it goes in to ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Logging-a-message-for-Multi-kahaDB-tp4674011p4674065.html Sent from

Re: Messages stuck, back to normal after restart

2013-11-08 Thread cristisor
We decided to clean the activemq-data folder and everything is back to normal for almost 2 days already. I stick with the idea that the damn kahadb was corrupted, that's why one durable subscription still has 2 pending messages that can't be viewed and never get sent, but I have no idea on what

Re: WARN | Store update waiting on 1 replica(s) to catch up to log position 0

2013-11-08 Thread triumvir
Hi, i tried it with the version apache-activemq-5.10-20131106.134045-17-bin today, no success :-( WARN | Store update waiting on 1 replica(s) to catch up to log position 12184056. 1 slave nodes attaching. I use jdk1.6.0_22 (I will try it with the newest version again) Look at the stacktrace:

Re: ActiveMQ.DLQ

2013-11-08 Thread Christian Posta
Nope :) http://activemq.apache.org/how-do-i-create-new-destinations.html But it's completely configurable.. ie, you can specify whether destinations should be auto-created.. or you can use security to lockdown people from creating destinations on demand... lots of ways to do it, but by default

Re: WARN | Store update waiting on 1 replica(s) to catch up to log position 0

2013-11-08 Thread Christian Posta
Thanks for the update... that's weird though... i'll give it a shot later today on 1.6 and 1.7 and see if i can reproduce... On Fri, Nov 8, 2013 at 7:12 AM, triumvir peter.na...@alfa.de wrote: Hi, with the java version jdk1.7.0_21 it works well. I tried it since 5 minutes and can't produce

Message send to DLQ

2013-11-08 Thread Sophia Wright
Hey, Please correct me if I am wrong... When a message is expired, it is sent to the DLQ by default. And before sending it to DLQ, it's expiration time is set to '0' which means message never expires and also it is converted to a persistence message, even if it is non persistence. Thank You,

Re: problem about forwarding bridge from VM to remote host

2013-11-08 Thread Christian Posta
Inline... On Fri, Nov 8, 2013 at 1:05 AM, smith_jor accept...@gmail.com wrote: There is an embedded broker inside application, application sends messages to this vm ,and vm forwards messages to remote broker A. there is a consumer receiving messages on remote broker A using asyn mode. the

Re: WARN | Store update waiting on 1 replica(s) to catch up to log position 0

2013-11-08 Thread triumvir
Hi, with the java version jdk1.7.0_21 it works well. I tried it since 5 minutes and can't produce the error. Perhapse this was the solution :-) -- View this message in context:

Re: question about static network connector?

2013-11-08 Thread Christian Posta
Inline... BTW... i highly recommend you reading through this wiki closely: http://activemq.apache.org/networks-of-brokers.html It has answers to some of your questions :) On Thu, Nov 7, 2013 at 8:29 PM, smith_jor accept...@gmail.com wrote: Now, I have a JDBC master/slave cluster:

Re: Advisory for consumed message for topics

2013-11-08 Thread Christian Posta
Yah, but I believe that's how durable subs do it... but i didn't try it :) so don't shoot me :) I just browsed the code for a sec. A flood of advisory messages for this would be a problem, but by default i think these advisories are turned off? On Thu, Nov 7, 2013 at 2:14 PM, Timothy Bish

Re: ActiveMQ JNBridge Port Issue

2013-11-08 Thread Christian Posta
I've never used JNBridge. What are you trying to bridge? What errors are you seeing? On Wed, Nov 6, 2013 at 8:38 PM, mayuraima mayur_a...@infosys.com wrote: Hello Techies, We have a setup where there is a data flow from ActiveMQ to JNBridge and vice versa. We are able to successfully send the

Re: Subscribe activemq which is using ssl-certificate by C# client application

2013-11-08 Thread Timothy Bish
I blogged about this before: http://timbish.blogspot.com/2010/04/ussing-ssl-in-nmsactivemq.html On 11/08/2013 10:15 AM, Christian Posta wrote: Not 100% how it works in .NET...but your .NET client needs to trust the server's SSL cert. might try a quick google for setting up ssl in .NET... On

Re: Subscribe activemq which is using ssl-certificate by C# client application

2013-11-08 Thread Christian Posta
Not 100% how it works in .NET...but your .NET client needs to trust the server's SSL cert. might try a quick google for setting up ssl in .NET... On Wed, Nov 6, 2013 at 11:36 PM, usha usha.k.2...@gmail.com wrote: We have configured ssl using certificate authentication. And followed the steps

RE: ActiveMQ.DLQ

2013-11-08 Thread barry.barnett
After reading the wiki, I see the following: This means that a client can create a new Queue or Topic dynamically either by calling createQueue() or createTopic() on a JMS Session creating an instance of ActiveMQTopic or ActiveMQQueue and possibly registering them in JNDI This still isn't

Re: ActiveMQ.DLQ

2013-11-08 Thread Christian Posta
Well, it would be the same as a user-queue... ie.. if something tries to send to the DLQ, it will be auto-created. So for example, when the broker checks for expiring messages upon dispatch, if it finds any it will send them to the DLQ... if that queue, ActiveMQ.DLQ is not already in the system

RE: ActiveMQ.DLQ

2013-11-08 Thread barry.barnett
So there must be some code written in the broker to dynamically create that queue then, correct? And other system type queues? Regards, Barry Barnett WMQ Enterprise Services Solutions Wells Fargo Cell: 704-564-5501 -Original Message- From: Christian Posta

Re: ActiveMQ.DLQ

2013-11-08 Thread Christian Posta
Sure is :) AbstractRegion.java#send(): does a lookup of the destination... final Destination regionDestination = lookup(context, messageSend.getDestination(),false); in AbstractRegion#lookup() you have this: if (dest == null) { if (isAutoCreateDestinations()) {

Re: bin/run.jar renamed to bin/actvemq.jar

2013-11-08 Thread DV
Hey guys, the 5.9.0 release once again shuffles files around - which is fine of course - but as a result our init scripts for ActiveMQ are broken. This time bin/activemq.jar file is gone. Where can I find information on what the new startup command should be? On Sat, Apr 20, 2013 at 12:14 AM,

Re: bin/run.jar renamed to bin/actvemq.jar

2013-11-08 Thread Christian Posta
Are you sure it's gone? Seems there to me (attached) On Fri, Nov 8, 2013 at 11:31 AM, DV vind...@gmail.com wrote: Hey guys, the 5.9.0 release once again shuffles files around - which is fine of course - but as a result our init scripts for ActiveMQ are broken. This time bin/activemq.jar file

Re: bin/run.jar renamed to bin/actvemq.jar

2013-11-08 Thread Paul Gale
There for me as well. On Fri, Nov 8, 2013 at 3:30 PM, Christian Posta christian.po...@gmail.com wrote: Are you sure it's gone? Seems there to me (attached) On Fri, Nov 8, 2013 at 11:31 AM, DV vind...@gmail.com wrote: Hey guys, the 5.9.0 release once again shuffles files around - which is

Re: Not able to run ActiveMQ 5.8.0

2013-11-08 Thread abhilashmj87
Thanks Ceposta, I am running the script that is in the bin\ folder. And it still gives me the message. -- View this message in context: http://activemq.2283324.n4.nabble.com/Not-able-to-run-ActiveMQ-5-8-0-tp4673809p4674111.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Advisory for consumed message for topics

2013-11-08 Thread jstordeur
I tried with a durable subscription and I see a message arriving in the message consumed advisory topic after the acknowledgment of the client. And yes by default those advisories are not activated. -- View this message in context:

Re: Not able to run ActiveMQ 5.8.0

2013-11-08 Thread Christian Posta
what is the *exact* command line you're trying to use? On Fri, Nov 8, 2013 at 1:40 PM, abhilashmj87 abhilashm...@gmail.com wrote: Thanks Ceposta, I am running the script that is in the bin\ folder. And it still gives me the message. -- View this message in context:

Re: Advisory for consumed message for topics

2013-11-08 Thread Christian Posta
jstordeur: can you open a JIRA and reference this mailing list thread? On Fri, Nov 8, 2013 at 11:08 AM, jstordeur jeremie.stord...@gmail.com wrote: I tried with a durable subscription and I see a message arriving in the message consumed advisory topic after the acknowledgment of the client.