Csont Herceg

Greenhorn
+ Follow
since Apr 12, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Csont Herceg

I got quite lost in JMS / JNDI, i would need some help on getting started.
I installed IBM WebSphere MQ 5.3 and try to compile some sample programs.

First i tried to get the JNDI InitialContext with
i got "javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial"

I also tried to call the constructors directly:

I got "javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'localhost:QM_duck'" (The WebSphere MQ server is started, there is a "Console Root/WebSphere MQ/Queue Managers/QM_duck" queue manager in WebSphere MQ Explorer)

I also tried to install the WebSphere Application Server to provide the JNDI service, but it didn't help either.