Author |
Message |
Topic: Convert into UTF8 |
Nitgeek
Replies: 51 Views: 32334
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 5:38 am Subject: Convert into UTF8 |
Not sure what is there in the other posts. Could not read all.
So, I'll just post my answer.
You will have to use java. You can either use java compute node or just call teh external java method ... |
Topic: "mqsireadlog" counterpart in WMB JAVA API |
Nitgeek
Replies: 0 Views: 1525
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 5:04 am Subject: "mqsireadlog" counterpart in WMB JAVA API |
I was trying to get user trace for my flow through my java program.
The API provides functions to set on the user trace for a flow.
But could not find any way to read that trace.
So, I had to ... |
Topic: Unable to find mqs.ini in windows |
Nitgeek
Replies: 8 Views: 4867
|
Forum: General IBM MQ Support Posted: Tue Sep 10, 2013 3:19 am Subject: Unable to find mqs.ini in windows |
I am unable to locate mqs.ini file. I have WMQ 7.0 installed in my Windows 7 machine.
The workpath parameter in "HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion" is "C:\Progr ... |
Topic: Mapping node VS ESQL compute node |
Nitgeek
Replies: 13 Views: 13307
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2013 6:25 am Subject: Mapping node VS ESQL compute node |
Given that, as always, individual experiences may vary based on individual situations.
I have a huge XML message(say 1000 fields) and I am going to do a copy entire message.
The number of m ... |
Topic: Mapping node VS ESQL compute node |
Nitgeek
Replies: 13 Views: 13307
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2013 5:23 am Subject: Mapping node VS ESQL compute node |
Mapping node vs ESQL compute node, which one better to use, performance wise?
I have two cases to think about:
1. When the message is huge, say I have 1000 fields in my XML.
2. When we have to d ... |
Topic: Unsetting Debug port |
Nitgeek
Replies: 12 Views: 14804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 5:54 am Subject: Unsetting Debug port |
how can you sure that, the EG becomes slow because of debug port number setting ?
I observed that after setting the debug port number only the deployments started taking extra time.
Also I saw ... |
Topic: Unsetting Debug port |
Nitgeek
Replies: 12 Views: 14804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 5:33 am Subject: Unsetting Debug port |
Is Message Broker Explorer installed?
Did you set up connection to the remote broker?
Its installed, but don't have permission to connect to the broker.
But I have putty access. |
Topic: Unsetting Debug port |
Nitgeek
Replies: 12 Views: 14804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 4:26 am Subject: Unsetting Debug port |
In MQ Explorer (or MB Explorer to name it correctly...!), right click on your EG, Flow Debug Port -> Disable.
Can't see execution groups of remote server in MQ explorer.
Is their any MQSI com ... |
Topic: Unsetting Debug port |
Nitgeek
Replies: 12 Views: 14804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 1:59 am Subject: Unsetting Debug port |
Using WMB 8.
I set debug port for one of my execution group (in remote server) using "mqsichangeproperties".
I did it so that I can remotely debug my flows which are on the that server ... |
Topic: MQRFH2.usr coming in main body |
Nitgeek
Replies: 6 Views: 2501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2013 2:17 am Subject: MQRFH2.usr coming in main body |
Is it just the RFH2.usr folder that is in the main bosy or is it all of the RFHT header?
Yes, only <usr> is coming in the messages body.
what does is the value of MQMD.Format param?
... |
Topic: MQRFH2.usr coming in main body |
Nitgeek
Replies: 6 Views: 2501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2013 1:52 am Subject: Re: MQRFH2.usr coming in main body |
What are the different Env's and how to you check the data in each Env?
Different envronments means different servers with same versions of WMQ and WMB. No issue there only in one server I am fa ... |
Topic: MQRFH2.usr coming in main body |
Nitgeek
Replies: 6 Views: 2501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2013 12:59 am Subject: MQRFH2.usr coming in main body |
I am Using WMQ7.0 with WMB 6.1
I have one flow where I am transforming a message and using MQRFH2.usr for holding some data.
But, I am facing the issue where the MQRFH2.usr is coming in the main ... |
Topic: Best way to handle backed out messages |
Nitgeek
Replies: 3 Views: 1935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 22, 2012 11:42 am Subject: Re: Best way to handle backed out messages |
Only if you are using a single BO queue for all of your message flows, otherwise you will know the format of the messages. Is that really the way you want to deal with messages that fail processin ... |
Topic: Best way to handle backed out messages |
Nitgeek
Replies: 3 Views: 1935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 22, 2012 10:28 am Subject: Best way to handle backed out messages |
I have a backout queue for my queue manager.
I want to build a message flow which will read this queue and if any message comes to the queue it should take the message and wrap it in a specially fo ... |
Topic: Exception while publishing, due to CCSID mismatch |
Nitgeek
Replies: 4 Views: 2041
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2012 9:59 am Subject: Exception while publishing, due to CCSID mismatch |
Publication uses CCSID of MQMD / Queue Manager NOT the CCSID of RFH2
Question is how to stop publication node from trying to convert the message with CCSID 1208 to CSSID 819? |