Author |
Message |
Topic: RFH2 and CCSID |
podowd
Replies: 5 Views: 4611
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 18, 2005 8:00 pm Subject: RFH2 and CCSID |
Thanks Eddie - That worked a treat.
 |
Topic: RFH2 folder sequence |
podowd
Replies: 1 Views: 2271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 16, 2005 1:20 pm Subject: RFH2 folder sequence |
Hi,
Does the order of the folders within an RFH2 messages matter? e.g. does the mcd folder need to come before the jms folder or usr folder.
(We are bulding an app that can load the folders as nee ... |
Topic: RFH2 and CCSID |
podowd
Replies: 5 Views: 4611
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 16, 2005 12:38 pm Subject: RFH2 and CCSID |
Thanks
I am using base java.
(I dont have the option to use jms at this point, hope to do that in a later release.) |
Topic: Is the XML encoding declaration used in WBI flows? |
podowd
Replies: 0 Views: 2227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 15, 2005 5:10 pm Subject: Is the XML encoding declaration used in WBI flows? |
Hi,
I am wondering if I pass an XML message to a WBI flow will it use the encoding specified on the XML declaration? e.g.
<?xml version="1.0" encoding="UTF-8"?>
I do not plan to reference ... |
Topic: RFH2 and CCSID |
podowd
Replies: 5 Views: 4611
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 15, 2005 3:22 pm Subject: RFH2 and CCSID |
Hi,
I use the readLine() method to process the data that follows the MQRFH2 folders in a java routine.
I notice readLine() uses the ccsid on the MQMD rather than the ccsid in the RFH2 header (not ... |
Topic: Double byte data |
podowd
Replies: 3 Views: 4794
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 14, 2005 8:47 pm Subject: Double byte data |
Hi,
I think I see what the problem is:
As the MQMD is set to 819, the readLine is doing the conversion based on this rather than the RFH2 ccsid (1208). I changed the sending program to set the ccs ... |
Topic: Double byte data |
podowd
Replies: 3 Views: 4794
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 14, 2005 5:01 pm Subject: Double Byte - RFH2 |
Hi,
By doing the following, I can now route a message from my PC through the WBI flow on Unix Hub and back to my PC (flow on Hub looks at values within <usr> folder on MQRFH2 msg to determine w ... |
Topic: Double byte data |
podowd
Replies: 3 Views: 4794
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 09, 2005 2:45 pm Subject: Double byte data |
Hi,
I have a java routine thats writes an MQRFH2 message to a queue, it works fine with ASCII data, I am trying to get it to work with 'unicode'.
I set the mqmd ccsid as follows:
mBuf.characterSe ... |
Topic: WBI/WMQ - Can it handle double byte data ? |
podowd
Replies: 3 Views: 3171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 05, 2005 2:50 pm Subject: WBI/WMQ - Can it handle double byte data ? |
Thanks Jeff
I am planning to write messages to the queue with an RFH2 header, in the RFH2 header there is a field CodedCharSetId, I am planning on using a value of 1208 in here which apparently is ... |
Topic: WBI/WMQ - Can it handle double byte data ? |
podowd
Replies: 3 Views: 3171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 02, 2005 1:39 pm Subject: WBI/WMQ - Can it handle double byte data ? |
Hi,
We are looking to enhance our Middleware suite to enable applications from the Asian marketplace to trade transactions via our Middleware Hub (WBI version 5, WMQ version 5.3).
We are wondering ... |
Topic: JMSAdminGUI - java.lang.IllegalAccessError - Windows |
podowd
Replies: 5 Views: 5072
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 30, 2005 2:15 pm Subject: JMSAdminGUI - java.lang.IllegalAccessError - Windows |
Hi,
Anyone ever encounter this error attempting to run the jmsadmingui on W2K?
I downloaded it onto a different machine running Windows XP and it runs fine.
JMS Administrator (GUI) - Version 1.4 ... |
Topic: Unicode/Double Byte |
podowd
Replies: 0 Views: 1900
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 13, 2005 3:05 am Subject: Unicode/Double Byte |
Hi,
I have written a java adapter that picks up flat files from a source application and places them on an MQ queue in XML format destined for a WBI broker. The broker transforms/routes the message t ... |
Topic: MQ/WBI/Java Specialist needs US permie job - N. Carolina/Chi |
podowd
Replies: 0 Views: 6089
|
Forum: Job Seekers Posted: Wed Jul 06, 2005 5:11 am Subject: MQ/WBI/Java Specialist needs US permie job - N. Carolina/Chi |
Hello,
I am finishing up an assignment in the UK at the end of July, looking to get back to US (I am Irish but hold a Green Card).
I am looking at the following areas : North Carolina, Chicago, San ... |
Topic: ORA-03113 end-of-file on communication channel |
podowd
Replies: 3 Views: 3244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 12, 2004 8:37 am Subject: ORA-03113 end-of-file on communication channel |
Sorry about the late response. Bringing up the listener solved it. Thanks. |
Topic: ORA-03113 end-of-file on communication channel |
podowd
Replies: 3 Views: 3244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 25, 2004 3:52 am Subject: ORA-03113 end-of-file on communication channel |
Hi,
I am getting ORA-03113 intermittently when running messages through a flow. As far as I can see it is a broken connection to the database. The database has been up and running for a few days and ... |