Author |
Message |
Topic: Connecting IIB 10 toolkit to remote Broker |
parliament
Replies: 2 Views: 4801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2017 1:41 am Subject: Connecting IIB 10 toolkit to remote Broker |
WOW, that was easy. I thought it ought to be similar to previous versions where you could set a custom port/channel for this( aaaand everything else).
Thanks for te help. I'd give you a beer, but ... |
Topic: Connecting IIB 10 toolkit to remote Broker |
parliament
Replies: 2 Views: 4801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2017 12:33 am Subject: Connecting IIB 10 toolkit to remote Broker |
Hello friends,
I'm setting up a new development environment with IIB v10.0.0.10 and MQ v9. I've run into some problems when trying to connect to the remote broker I made. For the record I am able t ... |
Topic: Connecting MQ Explorer to Server.. or not |
parliament
Replies: 8 Views: 16880
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Nov 02, 2017 12:36 am Subject: Connecting MQ Explorer to Server.. or not |
Hi! So here is the conclusion of this endeavor:
I have tried adding the port 1414 to the firewall exceptions, with the success reply. For some reason it did not work. I tried stopping the firewall. ... |
Topic: Connecting MQ Explorer to Server.. or not |
parliament
Replies: 8 Views: 16880
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 01, 2017 8:06 am Subject: Connecting MQ Explorer to Server.. or not |
so from your windows box can you telnet the virtual box (red hat) ip and port?
For docker to work we had to do it all using an elevated command prompt. (docker-machine default is a virtual box mac ... |
Topic: Connecting MQ Explorer to Server.. or not |
parliament
Replies: 8 Views: 16880
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 01, 2017 8:04 am Subject: Connecting MQ Explorer to Server.. or not |
Try turning the firewall fully off.
What happens if you telnet to port 1414?
I've turned off the firewall. Telnet from Windows gets me Could not open connection to the host, on port 1414: Conne ... |
Topic: Connecting MQ Explorer to Server.. or not |
parliament
Replies: 8 Views: 16880
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 01, 2017 7:36 am Subject: Connecting MQ Explorer to Server.. or not |
Thanks for the reply!
I already have a bridged network so I have access to the local network with the VM, as if it were just another phisical machine.
So I can ping from the host to the VM.
... |
Topic: Connecting MQ Explorer to Server.. or not |
parliament
Replies: 8 Views: 16880
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 01, 2017 7:16 am Subject: Connecting MQ Explorer to Server.. or not |
Hi,
So I'm trying to figure this out, but to no avail. I can't seem to find the issue. I get this error while trying to connect my MQExplorer to the MQ server which is placed on a VirtualBox
... |
Topic: XMLNSC parser may have a bug |
parliament
Replies: 7 Views: 7241
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 31, 2017 5:05 am Subject: XMLNSC parser may have a bug |
Thank you guys for your help!
Cheers  |
Topic: XMLNSC parser may have a bug |
parliament
Replies: 7 Views: 7241
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 31, 2017 2:10 am Subject: XMLNSC parser may have a bug |
And why do you use a DOMDocument to serialize the message tree?
IIB has ways to do that, that are way more efficient... Use those...
What is the result of MbElement.toBitStream()???
... |
Topic: XMLNSC parser may have a bug |
parliament
Replies: 7 Views: 7241
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 31, 2017 1:51 am Subject: XMLNSC parser may have a bug |
Hi,
Thank you for the replyes. To further detail the problem, I extract the MbElement that represents my message. Next I convert it to a DOMNode which is transformed to string like so:
T ... |
Topic: XMLNSC parser may have a bug |
parliament
Replies: 7 Views: 7241
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 30, 2017 6:43 am Subject: XMLNSC parser may have a bug |
Hi,
I have the folowing flow:
MOinput-->JavaComputeNode-->MQoutput
The input node has XMLNSC parser set. If I were to send a XML message which has a target namespace set, for some reaso ... |