Author |
Message |
Topic: Java Plug-in Node Problem |
jax
Replies: 3 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 27, 2003 9:26 pm Subject: Java Plug-in Node Problem |
You're quite right, it is the first time I want to develop a WMQI plug-in.
In simple terms, I want to get a string from the Input terminal, do someting with the string, and then get the returned data ... |
Topic: Java Plug-in Node Problem |
jax
Replies: 3 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 27, 2003 12:23 am Subject: Java Plug-in Node Problem |
Guys,
I have the following Java code to get some data from an HTTP call.
The problem is that I, from the Input Node, get an HTTP string, pass it to a method and then returns a string from the HTTP c ... |
Topic: Passing URL and returning resultset. |
jax
Replies: 1 Views: 1976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 13, 2003 11:49 pm Subject: Passing URL and returning resultset. |
Guys,
Is there any way I can pass a URL from some node in WMQI and getting the results back in some sort of declared LOB to put on another queue, or to manipulate the returned resultset?
Thanks in a ... |
Topic: FTPSend Problems |
jax
Replies: 7 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 05, 2003 3:15 am Subject: FTPSend Problems |
Guys,
I have solved my FTP problem. I have tested my message flow in DEBUG mode (the emphasis on the ...BUG part of it) and this is exactly where the bug is...
If I deploy my message flow in ... |
Topic: FTPSend Problems |
jax
Replies: 7 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 03, 2003 11:10 pm Subject: FTPSend Problems |
Kirani,
Thanks for your quick reponse.
I have changed the Compute node as you suggested. This is what i have in my Compute Node, right at the top:
DECLARE C INTEGER;
SET C = CARDINALITY(Inpu ... |
Topic: FTPSend Problems |
jax
Replies: 7 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 03, 2003 10:25 pm Subject: FTPSend Problems |
Craig,
...hope I'm not going to drive you crazy with this...
here's the details of what I have:
1. I have an XML message on the Input node, mapped to a Message Set, rather elementary XML that simpl ... |
Topic: FTPSend Problems |
jax
Replies: 7 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 02, 2003 9:29 pm Subject: FTPSend Problems |
Thank you Craig, it helped. Funny enough, I've set up the FTP Node for all the developers in our team, and theirs worked... then I figured I missed something on my own installation. You confirmed it, ... |
Topic: FTPSend Problems |
jax
Replies: 7 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 01, 2003 4:37 am Subject: FTPSend Problems |
I have installed the FTPSend node (ia73) to my WMQI set-up.
I re-checked that all the files are at the correct locations.
in my compute node, I use the following ESQL command to set the FTP File Nam ... |
Topic: Output Files from MQ Integrator |
jax
Replies: 2 Views: 2538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2003 12:12 am Subject: Output Files from MQ Integrator |
Thanks for your help Jamie, I'll work through all these and get it sorted out.  |
Topic: Output Files from MQ Integrator |
jax
Replies: 2 Views: 2538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 15, 2003 1:18 am Subject: Output Files from MQ Integrator |
I have a simple message flow that I use to select data from a DB and then have to put the data out in a fixed file format. My question is this:
Can WMQI output a file in a certain format, like comma- ... |
Topic: Java Client needed to connect to MQ Client |
jax
Replies: 2 Views: 2095
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 07, 2003 5:41 am Subject: Java Client needed to connect to MQ Client |
I need a java client that I can use for connecting to a channel on an MQ Client. I have set the Environment Variables on the MQ Client, tested it with the Example Application 'amqsputc' and it success ... |
Topic: XML Elements vs Attributes |
jax
Replies: 0 Views: 1361
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 29, 2003 2:37 am Subject: XML Elements vs Attributes |
We are running a MQSI flow to third parties and are in the process of establishing a standard for the XML messages sent to us in XML format. My question is simple: Is it better to use normal XML eleme ... |