Author |
Message |
Topic: Trailing space causes XMLNS parser to fail to parse. |
mattfarney
Replies: 12 Views: 6856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 13, 2017 6:37 am Subject: Trailing space causes XMLNS parser to fail to parse. |
Thanks for all of the information, esp. rekarm01.
It was very helpful.
-mf |
Topic: Trailing space causes XMLNS parser to fail to parse. |
mattfarney
Replies: 12 Views: 6856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2017 1:30 pm Subject: Trailing space causes XMLNS parser to fail to parse. |
So an XPath like
Employee/Name/First Name
vs
Employee/Name/FirstName
-mf |
Topic: Trailing space causes XMLNS parser to fail to parse. |
mattfarney
Replies: 12 Views: 6856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2017 1:17 pm Subject: Trailing space causes XMLNS parser to fail to parse. |
When I see something like this (trailing space causes parse failure) and the behavior isn't what I expect, I begin to doubt some of my assumptions - hence my question.
So basically, this can be sum ... |
Topic: Trailing space causes XMLNS parser to fail to parse. |
mattfarney
Replies: 12 Views: 6856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2017 11:36 am Subject: Trailing space causes XMLNS parser to fail to parse. |
Based on a quick test, it looks like the XMLNSC parser does not have that issue.
It correctly reports the BOD name.
-mf |
Topic: Trailing space causes XMLNS parser to fail to parse. |
mattfarney
Replies: 12 Views: 6856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2017 11:20 am Subject: Trailing space causes XMLNS parser to fail to parse. |
I'm noticing that a trailing space in at the end of an xml message causes the XMLNS parser to fail to parse.
These are contrived, simple examples, but they illustrate my point better.
This wor ... |
Topic: Post V8 upgrade issues in MQExplorer |
mattfarney
Replies: 3 Views: 2478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 02, 2016 8:29 am Subject: Post V8 upgrade issues in MQExplorer |
I believe I bounced the queue manager, but I did not bounce MBExplorer. In fact, it wouldn't surprise me if that install (MBExplorer) failed. Thanks for the suggestion.
-mf |
Topic: Post V8 upgrade issues in MQExplorer |
mattfarney
Replies: 3 Views: 2478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2016 3:00 pm Subject: Post V8 upgrade issues in MQExplorer |
Got an unusual problem.
We have been upgrading our V7 queue managers and brokers to V8.
All of the upgrades have been successful, but on one machine, the MQ Explorer instance will not display the ... |
Topic: MQSICreatebar syntax |
mattfarney
Replies: 4 Views: 2897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 22, 2013 8:34 am Subject: MQSICreatebar syntax |
How do I get the documentation changed?
I assume it's different than a tech support issue.
-mf |
Topic: MQSICreatebar syntax |
mattfarney
Replies: 4 Views: 2897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 21, 2013 5:11 pm Subject: MQSICreatebar syntax |
Am I reading this correctly?
>>-mqsicreatebar-- -data -WorkSpace-- -b -BarName--------------->
>--+--------------+--+--------------------------+--------------->
'- -cleanBuild ... |
Topic: Workspace directory |
mattfarney
Replies: 7 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2013 2:56 pm Subject: Workspace directory |
Got an easy request for opinions.
For broker 7.0,
where do you put your workspace directories?
Under the broker install?
D:\<somewhere>?
Somewhere else?
Obvious follow-up: why?
-m ... |
Topic: Questions about delivery on a suspended qmgr |
mattfarney
Replies: 15 Views: 11638
|
Forum: Clustering Posted: Mon Feb 18, 2013 8:05 pm Subject: Questions about delivery on a suspended qmgr |
So let's say a message gets delayed in the SCTQ while the remote system is unavailable/suspended(force).
Is that message QMID aware?
Or is it just a normal transmission header with QM/QName?
... |
Topic: Questions about delivery on a suspended qmgr |
mattfarney
Replies: 15 Views: 11638
|
Forum: Clustering Posted: Sun Feb 17, 2013 1:07 pm Subject: Questions about delivery on a suspended qmgr |
Let's assume that I suspend a non-repository QM.
That QM contains the only copy of a queue (let's say alpha) shared in the cluster.
From the infocenter:
While the queue manager is suspended the w ... |
Topic: how to convert BLOB into character which is readable |
mattfarney
Replies: 13 Views: 11366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 31, 2012 4:29 pm Subject: how to convert BLOB into character which is readable |
Assuming I am reading your test data right, your message was:
___TST101 where _ is a whitespace.
Your message appears to be in EBCDIC.
You may actually want to convert it to the local CCSID to g ... |
Topic: How can be delete empty message automatically?? |
mattfarney
Replies: 8 Views: 9402
|
Forum: General IBM MQ Support Posted: Fri Nov 02, 2012 2:46 pm Subject: How can be delete empty message automatically?? |
As two possible causes:
1. Someone is writing message to MQ and treating the \n (or other platform specific line-feed) as a new message.
So, "send this message\n" becomes
"send ... |
Topic: IMQChannel connectionName |
mattfarney
Replies: 2 Views: 3899
|
Forum: IBM MQ API Support Posted: Tue Aug 21, 2012 3:02 pm Subject: IMQChannel connectionName |
Never mind. Works just fine with address(port).
-mf |