• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JMS and Websphere 4.0

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know if Webshpere 4.0 has JMS server built into it?
In case not how I can get MQSeries and how set up with websphere 4.0
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere 4.0 does not include MQ Series. You need to go to the IBM Website and download the 60-day trial of MQ Series if you have not purchased it. Then, you need to go to VADD and read Ryan Cox's first articleand second article to find out how to set it up.
Kyle
 
kita
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting this error java.lang.NoClassDefFoundError: com/ibm/rmi/iiop/ORB do you have any idea?
What port I should use PROVIDER_URL=iiop://localhost:900 or PROVIDER_URL=iiop://localhost:9090 (server admin uses that port port 9090)?
 
Ranch Hand
Posts: 217
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use IBM JDK, and make sure you have right classpaths. If you use MQSeries, it has MA88 to provide JMS features. And read through the articles pointed out by Kyle, it tells you how to setup classpath.
 
a fool thinks himself to be wise, but a wise man knows himself to be a fool - shakespeare. foolish tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic