Author |
Message
|
Erik |
Posted: Wed Nov 19, 2008 6:43 am Post subject: |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
mqjeff wrote: |
You may be able to do this easier with the ConfigMgr Proxy API Exerciser, than by trying to misuse an undocumented private and unsupported XML interface to the Broker.
At no point is any of this an exercise in good systems management, unless you use presupplied and supported tools under a thought out, documented and repeatable procedure.
If you are having to do this very often, then you need to rethink your deployment procedures and deployment architecture such that it is NOT a complicated procedure to remove the children and redeploy an EG. |
Thanks , these flows are not visible from the ConfigMgr Proxy API Exerciser so that will not work. And I do agree that this is probably not a good way to handle a situation like this. I was looking for a shortcut, but it seems like I have to bite the bullit and do it the hard way.
This is the first time this happends on v6, it was not a big issue when I was on v2.1 but things have been growing a lot since then.
Thanks for your advice, I'll start the procedure to get this through the red tape .. Sigh..  _________________ Erik |
|
Back to top |
|
 |
mega |
Posted: Fri Feb 20, 2009 6:48 am Post subject: |
|
|
 Novice
Joined: 19 Feb 2009 Posts: 11
|
i tried sending message manually through amqsput and found that the xml message has reached as 10 messages(each line was red as 1 message)
let me know how to put teh following as a single message into admin queue?
<Broker>
<Broker label="ANT_BROKER" uuid="658cc217-0e01-0000-0080-a89b72340e05" version="1">
<Change>
<ExecutionGroup label="GROUP A" uuid="08efc517-0e01-0000-0080-a89b72340e05"/>
</Change>
<ExecutionGroup>
<ExecutionGroup label="GROUP A" uuid="08efc517-0e01-0000-0080-a89b72340e05"/>
<Delete>
<MessageFlow uuid="0ff1979b-1d01-0000-0080-9458d93d1a6b"/>
</Delete>
</ExecutionGroup>
</Broker> |
|
Back to top |
|
 |
Vitor |
Posted: Fri Feb 20, 2009 6:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Type it as a single line or use something smarter than amqsput!
And don't double post!!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mega |
Posted: Fri Feb 20, 2009 7:02 am Post subject: |
|
|
 Novice
Joined: 19 Feb 2009 Posts: 11
|
same reply hmm nyway thanks  |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Feb 20, 2009 4:23 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
Type it as a single line or use something smarter than amqsput!
And don't double post!!  |
something like RFHUtil may be (IH03)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Fri Feb 20, 2009 4:37 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mega wrote: |
same reply hmm nyway thanks  |
You were expecting a different reply? Ask 2 identical questions, you get 2 identical answers. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|