catch (Exception e)
{
System.out.println("Exception e " + e.toString());
}
}
}
I have defined the WAS MQ Configuration of TOPIC and topic conn factory
But when i run my code i get error :
[3/17/06 14:14:50:795 GMT] 0000003e ConnectionEve A J2CA0056I: The Connection
Manager received a fatal connection error from the Resource Adaptor for resource
Tconn. The exception which was received is javax.jms.JMSException: MQJMS1111:
JMS1.1 The required Queues/Publish Subscribe services are not set up {0}
[3/17/06 14:14:51:350 GMT] 0000003e SystemOut O Exception e javax.jms.JMSEx
ception: MQJMS1111: JMS1.1 The required Queues/Publish Subscribe services are no
t set up {0}
Why is it saying service not started or queue not found . I have started the Broker and defined all queues ?
On topic connection factory setting there is a place to set what type of broker is used ...advanced or basic .
MQ6.0 has inbuilt MA0C ...so i have selected basic . is it fine ???
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum