Posted: Fri Aug 04, 2006 8:57 am Post subject: mqGetMessage
Apprentice
Joined: 04 May 2006 Posts: 27
each you see that I execute the code leaves this to me. but I cannot enter nothing… they can help me with this. please.
{
System.out.print("Please enter the argument in the order of \n" );
System.out.print("Queue name Queue manager name");
System.exit(1);
}
Please enter the argument in the order of
Queue name Queue manager name
********************************************************
public static void main(String arg[])
{
try{
if ( arg.length == 0)
{
System.out.print("Please enter the argument in the order of \n" );
System.out.print("Queue name Queue manager name");
System.exit(1);
}
ExitGetMessage MQGet = new ExitGetMessage();
System.out.println("Queue name " + arg[0]);
System.out.println("Queue manager name " + arg[1]);
MQGet.init(arg[0], arg[1]);
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