Hello , Today i tried to connect to ActiveMQ broker with java lib and sample mq client was able to connect to mq broker successfully.
Broker version is 5.5.1 and ActiveMQ CPP 3.4.0 library at client side. I also tried to set the version of wireformat =6 from producer and consumer which worked out with java test client but when i tried same thing with CPP client , client still hangs. I used something like this -------> "tcp://localhost:61616?wireFormat.version=6" at client (consumer) and at producer also. I am attaching the log. At the end of log please see that adding consumer message.... localhost adding consumer: ID:{something} Which means consumer are added successfully when java client connect to mq even when machine name is korean. But same log message is not displayed when CPP client tries to connect to mq (I have attached the log with previous post, please have a look.) We are guessing that it is a problem with active mq cpp library that its not able to send data in correct format so that broker can unmarshall. Please reply. Appreciate your response. Thank you Ankur -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-broker-hang-when-computer-name-has-Japanese-Chinese-character-tp4661819p4662061.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.