We are using Active MQ to have applications message each other. We have applications running on both Windows and Linux. During development, the team uses their Windows PC with VirtualBox with a RHEL Linux image. We are trying to run the Active MQ broker on the Linux local VM. When we do, messages from Windows can't use it. If we run the broker on Windows, the windows applications can message each other, but not the Linux apps.
I have tried setting port-forwarding in VB for 61616 (though what should the guest port be?), but that doesn't seem to do it. I forwarded 8161 listed in jetty.xml and am able to connect my Windows browser to it.
The exception text I get in Windows is "Channel was inactive for too long". I tried setting maxInactivityDuration to 0 for both sides, but that hasn't done it.
Any ideas on how to get this set-up to work?