0

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?

Community
  • 1
  • 1
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596

1 Answers1

1

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.

https://docs.wso2.com/display/MB310/Sending+and+Receiving+Messages+Using+Queues#4aa66b16f63b4197b4f33a972e9ed044

Muralidharan.rade
  • 2,226
  • 1
  • 24
  • 34