- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Implementing JMS on OpenVMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 03:36 AM
10-29-2007 03:36 AM
There is a requirement in my project to implement XML over JMS interface. This interface will talk to another system listening to JMS requests.
I am new to Java, JMS, etc and need to complete this project ASAP.
Could anyone please give me pointers or help me out with the implementation.
The platform is OpenVMS is 7.2 on Alpha servers.
Thanks
Rajesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 04:31 AM
10-29-2007 04:31 AM
Re: Implementing JMS on OpenVMS
The fastest way to do this would be to paid somone else who does know java, JMS etc.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 04:53 AM
10-29-2007 04:53 AM
Re: Implementing JMS on OpenVMS
I'd suggest that you ask your manager to acquire for you any of the available books on this topic, or take some classes, or hire somebody (else) to deal with this particularly if this is a rush job.
I'm certain you know this, but you're really going to be in the deep end of the pool here. (I would hope and recommend that you have communicated your concerns here to your manager, too. Depending on local organizational politics, you could be getting a real challenge here, or somebody could potentially be setting you up to take the blame for failure.)
As for books on Java and XML and such, there are various of these available. The O'Reilly books (http://oreilly.com/) can be a good resource, for instance.
I expect there are technical classes in your area of India; there are technical schools located all over Bangalore, for instance.
What approach you might choose here depends on how you best learn, and how you learn what are in essence several massive new topic areas. (And topic areas which are largely not related to OpenVMS itself.)
No one is going to be able to provide you with even an intro to Java and JMS, and to XML, here in a tiny little text input box. The introductions to these topic areas are likely semester-long courses at most institutions, after all.
I wish you the best of luck with this; you have been handed a large and challenging opportunity here, and a substantial career growth opportunity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 05:13 AM
10-29-2007 05:13 AM
Re: Implementing JMS on OpenVMS
What I need now is the understanding of how this solution can be technically implemented on OpenVMS.
Our existing functionality is extensively build in C programming. Is there any kind of API which can be invoked from 'C' on VMS?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 05:15 AM
10-29-2007 05:15 AM
Re: Implementing JMS on OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 05:22 AM
10-29-2007 05:22 AM
Re: Implementing JMS on OpenVMS
java runs on VMS, at least on reasonably current versions. (7.2 was released in 1999 and HP stopped supporting it five years ago in June 2002.
You have more hope in finding an in implementation of XML over JMS and getting it to work on VMS V8.3 which has a more capable C library
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 06:40 AM
10-29-2007 06:40 AM
SolutionVersions of Java and libxml2 have been ported to OpenVMS, and Java can operate with and can call into other languages. Details can be found with the OpenVMS Java web pages, and with the (older) copy of libxml2 found over on the OpenVMS Freeware. (Other platforms tend to have Java and libxml2 integrated into the base distribution.)
And FWIW, Java and libxml2 and calling into underlying code are just the very tip of this very substantial project iceberg. There are any number of other concerns, ranging from required performance to the scale and requirements of the project itself.
If this is a rush issue, again, get yourself some experienced help here. These areas can easily require a year or two of concerted reading and training and practical experience to reach journeyman status. Yet longer to master. These are not small topics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 06:44 AM
10-29-2007 06:44 AM
Re: Implementing JMS on OpenVMS
Just one point that our system is on version 7.3-2 and there is a plan to move to HP Integrity servers with version 8.3 in near future.
Thanks
Rajesh