Author |
Message
|
mitch |
Posted: Wed Sep 24, 2003 6:35 am Post subject: jmsadmin |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
Can anyone recommend a good site which has detailed description of how to use the jmsadmin |
|
Back to top |
|
 |
vennela |
Posted: Wed Sep 24, 2003 6:44 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
In the IBM Manuals:
Using Java Manual Chapter 5 |
|
Back to top |
|
 |
mitch |
Posted: Wed Sep 24, 2003 7:30 am Post subject: jmsadmin |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
Thanks for that.
I have successful managed to create objects using the define command (as below)
def q(BookClarity.jndi.mqs.sender.wls) queue(BOOK2CLRECEIVER) qmanager(CLQM_1)
def q(BookClarity.jndi.mqs.receiver.wls) queue(BOOK2CLSENDER) qmanager(CLQM_1)
My application then works fine.
I now want to remove the above objects using
InitCtx> del q(Clarity.jndi.mqs.receiver.wls)
But I get the error below:
Binding non-administerable or not found
Any ideas
Thanks
Paul |
|
Back to top |
|
 |
EddieA |
Posted: Wed Sep 24, 2003 8:37 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Hmmmm. Shouldn't that be:
del q(BookClarity.jndi.mqs.receiver.wls)
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 24, 2003 12:43 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
mitch |
Posted: Thu Sep 25, 2003 5:58 am Post subject: jmsadmin |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
Eddie,
Well spotted. unfortunately I still have the problem as I actually created 6 new objects and then want to unbind them all. I just cut and paste the wrong example
Also, forgot to mention that CLQM_1 is on port 1415 not the default port of 1414. Could this be why is doesn't find the q
Cheers
Mitch |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Sep 25, 2003 9:46 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The port shouldn't make a difference to JMSAdmin trying the delete. My guess would be that you have created a sub-context and you need to 'chg ctx(name)' to it. |
|
Back to top |
|
 |
|