Re: JMS Bridge - trying to copy all messages to remote server

2012-11-26 Thread javatestcase
I'm getting the same behavior using networkConnector as well. Here is the setup I'm currently trying (I switched to using vm://localhost.) This one is clearly connecting as well: 17:32:19,530 INFO [DiscoveryNetworkConnector] Establishing network connectio

JMS Bridge - trying to copy all messages to remote server

2012-11-26 Thread javatestcase
Been trying to get ActiveMQ 5.7.0 running on JBossAS 5.1.0 set up to use a JMS to JMS bridge to copy every message from a queue on the local broker to a remote broker (both are ActiveMQ). I've tried numerous setups, none worked yet. The primary JBoss server processes a request, then uses a ActiveM

Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-26 Thread bhavesh.patel
I did solve this issue by installing certificate in jre/lib/security folder using InstallCert . So i am good . This is the configuration which worked for me , {org.apache.activemq.jaas.LDAPLoginModule required debug=true initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory connection

Re: Apache NMS Stomp - NuGet Package

2012-11-26 Thread dean.ward
Sure thing, I'm just going by the text at the top of this page - https://docs.google.com/spreadsheet/viewform?formkey=dERWT1Nmc08tQ2RzV29aWElWdjg3amc6MQ . If you guys have an existing automated build process it should be a simple process of hooking into that. Or alternatively modifying nant.build

Re: Apache NMS Stomp - NuGet Package

2012-11-26 Thread Jim Gomes
Hi Dean, I can't speak to the usage of logos. The legal department would probably need to be involved in that type of decision, as well as other higher-ups. Do you have a link to the information on the requirements? It's at least worth looking in to so we can make a fully informed decision as t

Re: Can Failover transport retry current connection first?

2012-11-26 Thread Jim Gomes
Hi Rolin, Just an idea, but what about listing the first broker twice in the failover list? failover:(tcp://broker1:61616,*tcp://broker1:61616*,tcp://broker2:61616)?... On Thu, Nov 22, 2012 at 11:47 AM, rolin wrote: > Hi, > > I am running activemq 5.4.2 with JDK1.6.025 in Linux. There are

Re: Apollo Openwire, Apache.NMS.ActiveMQ and Failover Transport

2012-11-26 Thread Christian Posta
Apollo doesn't support the ConnectionControl command yet. I've opened a JIRA for it here: https://issues.apache.org/jira/browse/APLO-270 On Sat, Nov 24, 2012 at 6:22 AM, dean.ward wrote: > Hi all, > I'm attempting to use Apache.NMS.ActiveMQ with Apollo 1.5's Openwire > protocol support. Does an

Re: Testing Java vs. CMS/C++ consumer: CMS is much slower, any ideas please?

2012-11-26 Thread Timothy Bish
On Wed, 2012-11-21 at 13:22 -0800, sdonovan_uk wrote: > I’ve found a significant performance difference using Qs between Java and > CMS/C++ consumers. > What is the connection URI used between the Java client and broker vs the C++ client and broker ? > Environment: > Windows 2008R2, Opter

timeout for URI is Unreliable

2012-11-26 Thread clipclip
Use SimpleProducer of example, and add "&timeout=100" to brokerURI.When broker is not reachable, the send function get timeout in more than 5 seconds. How it happened and how to configure the MQ so I can get a certain short(<1s) time the send function get timeout? thanks! Sent message #71 from thr

Re: Memory and Temp Usage Questions

2012-11-26 Thread Gary Tully
you have a slow or blocked consumer that is blocking the send due to the pending message cursor being full. The blocked send will stop the connection from being terminated. To have the cursor spool to disk (temp store) you need to reduce the system usage memory limit b/c spooling to disk is based