I am pretty new in WSO2 ESB and in WSO2 MB.
I have the following problem: My WSO2 ESB application use a MB queue named transferQueue.
My doubt is: can I put an object in this queue from an external Java application? Is it a standard JMS queue? Can I access to it from outside the ESB application?
Yes, messages can be sent to the Queue from an external Java application. WSO2 MB support JMS standard Yes, it can be accessed outside the ESB / MB system.
For sample code to send messages, please refer the below one.