Author |
Message |
Topic: Is it possible to output ASCII text to an Output queue? |
mmarq
Replies: 2 Views: 1926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 16, 2002 5:24 am Subject: Is it possible to output ASCII text to an Output queue? |
I am using MRM and I see that I can use TDF, PDF, CWF, XML formats to output a message to a queue.
I need to output a single record that looks like the following:
111 P John P Doe 12 F ... |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 12:16 pm Subject: Reply |
The output data is not tagged or delimited with anything so it does not seem appropriate for use. It is variable length (non-delimeted) data.
I can't believe how hard it is to get a string to wr ... |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 11:16 am Subject: Reply |
Thanks again for the reply.
Yes, I've been pouring through the 'Working with Messages' manual.
Soo, I have the following information set up in my Environment tree that has been through a serie ... |
Topic: How can I output variable length strings to a queue? |
mmarq
Replies: 2 Views: 2590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 11:00 am Subject: How can I output variable length strings to a queue? |
My options are XML, MRM and BLOB. XML and BLOB are not it - so how can I achieve this using MRM?
None of the physical formats seem to be what I need.
What would OutputRoot.MRM.MessageFormat b ... |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 10:24 am Subject: Reply |
Thanks for all your replies.
If I want my messages to go out as variable length strings - what format should I use and/or specify in OutputRoot.Properties.MessageFormat?
Do I have to use MRM ... |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 8:24 am Subject: Reply |
Thanks for the reply.
I've got the message hitting the queue but it is empty.
I have the compute node passing 'All' in the advanced tab.
I have Copy Entire Message. I know there is data ... |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 14, 2002 2:45 pm Subject: Reply |
Thanks for the reply.
I'd like the output just to go out as a string. How do I do that? |
Topic: OutputRoot.MRM will not go to Output queue |
mmarq
Replies: 11 Views: 9868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 14, 2002 1:53 pm Subject: OutputRoot.MRM will not go to Output queue |
I have a compute node doing the following:
set OutputRoot.Properties.MessageDomain = 'MRM';
set OutputRoot.Properties.MessageFormat = 'MRM';
-- Place contact admin records into the environment tree
... |
Topic: Tagged/Delimited Help Please |
mmarq
Replies: 8 Views: 4865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2002 2:39 pm Subject: Reply |
I was afraid that was the answer ....
yuk!
You know, ESQL needs regular expression matching BAAAAAADDD
Thanks for the reply,
Melissa |
Topic: Tagged/Delimited Help Please |
mmarq
Replies: 8 Views: 4865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2002 1:43 pm Subject: Trimming spaces out of the middle of a string |
I get an email address and I need to be able to strip out the spaces where ever they occur.
trim only does leading and trailing - any way to trim out of the middle?
billybob@abc news.COM
... |
Topic: Datetime and intervals |
mmarq
Replies: 1 Views: 1844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2002 8:20 am Subject: Datetime and intervals |
Get in a birth date and I have to test whether the date is > than 120 years old.
My birth date comes in looking like:
(0x3000000)BRTH_DT = DATE '1860-01-31'
So I have:
declare v1 ... |
Topic: Postit v2.3 message catalog file problem |
mmarq
Replies: 5 Views: 4112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 9:29 am Subject: Reply |
Nada. Never did get it working. You might want to try contacting the author of the Postit node directly via email.
Good luck!
-Melissa |
Topic: MQGet plug-in - is there an MQPut plug-in? |
mmarq
Replies: 1 Views: 1835
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 09, 2002 7:40 am Subject: Disregard last post |
I can just use the MQOutput node as advertized ..... |
Topic: MQGet plug-in - is there an MQPut plug-in? |
mmarq
Replies: 1 Views: 1835
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 09, 2002 7:01 am Subject: MQGet plug-in - is there an MQPut plug-in? |
Is there an equivalent plug-in to do an MQPut in the middle of a flow?
I thought there was - we need to do a:
GET->process->PUT-> wait for the GET to get triggered->GET->process ... |
Topic: Cardinality check against Env.Vars not working |
mmarq
Replies: 6 Views: 3820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2002 8:10 am Subject: Reply |
So here is my tree:
(0x1000000)DefaultValues = (
(0x3000000)Column0 = 'telephone_nbr'
(0x3000000)Column1 = 'NA'
SET CF.contact admin.tele = THE(SELECT ITEM T.Column1
FROM Envir ... |