Author |
Message |
Topic: Unable to trigger Sender Channel |
sammy_910
Replies: 1 Views: 2660
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 12, 2012 2:18 am Subject: Unable to trigger Sender Channel |
Hi,
I am working on MQ V 7.1 on Windows OS.
Below are the configurations that I have defined on QMGR
DEFINE QLOCAL(TRANSQ) TRIGGER INITQ(SYSTEM.CHANNEL.INITQ) PROCESS(P1) USAGE (XMITQ)
DEF ... |
Topic: Performance issue while putting message onto a queue |
sammy_910
Replies: 5 Views: 7584
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 24, 2012 5:19 am Subject: Performance issue while putting message onto a queue |
Hi,
We figured out that somehow there is a problem with the cluster setup.The broker queuemanager is not able to connect to the cluster even though all the channels are properly running.
MQRC 21 ... |
Topic: Performance issue while putting message onto a queue |
sammy_910
Replies: 5 Views: 7584
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 24, 2012 1:23 am Subject: Performance issue while putting message onto a queue |
Hi,
We are facing some performance issues when a broker flow is puuting messages to a remote qdef.
The whole of the flow takes some 5 secs in total to complete.The problem is the application whi ... |
Topic: SAPRequest Node Deployment Error |
sammy_910
Replies: 6 Views: 4737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2012 8:04 am Subject: SAPRequest Node Deployment Error |
Fixed the issue.
Its a toolkit error / run time error.
When a subflow is created through toolkit by doing Right Click ->New subflow.This error occurs.
When a normal messageflow is created ... |
Topic: SAPRequest Node Deployment Error |
sammy_910
Replies: 6 Views: 4737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2012 12:43 am Subject: SAPRequest Node Deployment Error |
We do have a valid license.
The SAP JCO file version is 3.0.6 and that of the Idoc library is 7.0.0.3_IF23.I have the Fix pack 2 for WMB toolkit 8 installed.
Moreover this is not a problem in de ... |
Topic: SAPRequest Node Deployment Error |
sammy_910
Replies: 6 Views: 4737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 23, 2012 8:51 am Subject: SAPRequest Node Deployment Error |
Hi,
Have come across a weird problem.Wanted to know if there is any limitation on whether SAPRequest node can be used in a subflow.
Have a flow which includes a subflow.This subflow has a SAPReq ... |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 8:07 am Subject: Creating XML with two root elements |
Thanks Everyone.
Learnt something new today  |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 7:32 am Subject: Creating XML with two root elements |
what exactly does the target system want and how exactly does it differ from a "normal" XML document?
The Invalid (not well formed) XML document looks something like this :
<Cu ... |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 7:17 am Subject: Creating XML with two root elements |
Code:
OutputRoot
XMLNSC
Root1
XMLNSC
Root2
As said by mqjeff...How would this be achieved?...I am actually not able to comprehend this. |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 7:14 am Subject: Creating XML with two root elements |
Any particular reason why you are not using XMLNSC?
Because XMLNSC gives a parsing error of an invalid XML document |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 7:07 am Subject: Creating XML with two root elements |
Tried using the MRM message domain and as suggested before by trying to create two OutputRoots. |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 6:08 am Subject: Creating XML with two root elements |
The requirement is at the Target end...
We are migrating parts of existing code from age old ICS to WMB.ICS does this currently using some java code.But I tried this in WMB to no avail.
Regards, |
Topic: Creating XML with two root elements |
sammy_910
Replies: 22 Views: 9565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 5:00 am Subject: Creating XML with two root elements |
Hi,
Currently I am trying to create an XML having two root elements using compute node in WMB.I tried using MRM domain but havent been successful so far.
Could anyone help me with how to approac ... |
Topic: SAP JCO error in WMB v8 |
sammy_910
Replies: 1 Views: 2176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 03, 2012 9:31 am Subject: SAP JCO error in WMB v8 |
Hi,
Have quite a weird problem.While trying to create a SAP adapter connection in WMB v8,I get an ArrayOutofBounds error after I specify the sap jco files location.Its weird because the same works ... |
Topic: MessageBroker flows testing using Jenkins |
sammy_910
Replies: 3 Views: 2994
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 30, 2011 4:22 am Subject: MessageBroker flows testing using Jenkins |
There've been a number of recent posts on this subject.
I did go through the relevant posts...but at the moment I am evaluating how MQ can be integrated with Jenkins for testing.Message flow build ... |