ApacheNMS: How to "Open" a closed connection?

2012-09-27 Thread philipyao
Hi guys! I am new to activeMq and I have some problems when starting a connection after being created. It always throws a ConnectionClosedException which says something like "Connection is already closed". I have read attempting to create a connection through a while loop worked for them but it'

Re: ApacheNMS: How to "Open" a closed connection?

2012-09-27 Thread philipyao
Hi Jim! Still does not work for me. "Connection is already closed." exception keeps popping up. :( By the way, I don't have a ClientID for the activeMQ that I am connecting to. Where can I generate one or should I request for one from my client(they host the ActiveMQ server). Thanks, Philip

Re: ApacheNMS: How to "Open" a closed connection?

2012-09-30 Thread philipyao
Hi Jim! A teammate of mine figured out what was wrong. I was using the port number for the web app for the admin side of ActiveMQ which was 8161. Thanks for the help Jim! Really appreciated it. :) -- View this message in context: http://activemq.2283324.n4.nabble.com/ApacheNMS-How-to-Open-a