• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Programmers

b4u

Golden Member
Hi,

I have a J2EE server with a JMS service running. Let's say that it's reference is jms/myqueue.

Now if I reference it inside a web application, through it's context lookup, it gets the reference fine.

But now I want to have a stand-alone program that runs on the operating system, and I want to access that same queue, probably by using the jms/myqueue naming, and send some messages to the queue.

How can I do it?

That would probably allow me to also access a datasource, like some jdbc/mydb on the J2EE application server. Right?

Any help pointing me out the way would be appreciated.

Thanks
 
Back
Top