Hello Problem in running j2eeadmin
Hello everyone,
This is Murali. Learning JMS. Can anyone help me the following problem.
I run the two programs in the example they are compiled and i run the j2ee server , that is also running file
But when i came to the below step I'm unable to do that
following I mention the step and error messages where i strucked.
3.1.4Creating the JMS Administered Objects
In the window where you compiled the clients, use the j2eeadmin command to create a queue named MyQueue. The last argument tells the command what kind of destination to create.
j2eeadmin -addJmsDestination MyQueue queue
To make sure the queue has been created, use the following command:
j2eeadmin -listJmsDestination
This example uses the default QueueConnectionFactory object supplied with the J2EE 1.3 SDK. With a different J2EE product, you might need to create a connection factory yourself.
while I tried this I'm getting the following error
'j2eeadmin' is unrecognized as internal or external command command, operable program or batch file
Thanks in advance
Murali

