Author |
Message |
Topic: Java Compute Node Logs |
DanielSonFocus
Replies: 10 Views: 15065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2007 10:15 am Subject: Java Compute Node Logs |
Hi... a newbie question for you. Does anyone know where the logs are written for Java Compute Nodes? Specifically where do calls to System.out.println() go?
I checked the "java.io.tmpdir" ... |
Topic: Special Characters in ESQL |
DanielSonFocus
Replies: 7 Views: 13748
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 13, 2006 7:00 am Subject: Special Characters in ESQL |
I found the culprit... I was copying and pasting some error text from Microsoft Word directly into my ESQL and one of the error messages had the word "you're" in it. The weird thing is that ... |
Topic: Special Characters in ESQL |
DanielSonFocus
Replies: 7 Views: 13748
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 12, 2006 11:54 am Subject: Special Characters in ESQL |
Here is the UserTrace for the error i am seeing...
2006-09-12 15:47:25.033918 4084 UserTrace BIP2231E: Error detected whilst processing a message 'com.xyz.common.Flow'.
... |
Topic: Special Characters in ESQL |
DanielSonFocus
Replies: 7 Views: 13748
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 12, 2006 11:18 am Subject: Special Characters in ESQL |
Hi, i have 2 questions:
1) I'm trying to put a copyright symbol into a charater string in ESQL like so:
DECLARE CHAR COPYRIGHT '©';
I don't get an error at compile time but at run-time this ... |
Topic: Special Characters in ESQL |
DanielSonFocus
Replies: 1 Views: 2447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 12, 2006 10:45 am Subject: Special Characters in ESQL |
Hi, i have 2 questions:
1) I'm trying to put a copyright symbol into a charater string in ESQL like so:
DECLARE CHAR COPYRIGHT '©';
I don't get an error at compile time but at run-time this ... |
Topic: MbElement, IN, INOUT, MbElement[] |
DanielSonFocus
Replies: 4 Views: 3789
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 22, 2005 9:22 am Subject: MbElement, IN, INOUT, MbElement[] |
anyone ? |
Topic: MbElement, IN, INOUT, MbElement[] |
DanielSonFocus
Replies: 4 Views: 3789
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2005 6:10 pm Subject: MbElement, IN, INOUT, MbElement[] |
I need something like this, but it doesn't work:
CREATE COMPUTE MODULE JavaSendMail_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders() ... |
Topic: MbElement, IN, INOUT, MbElement[] |
DanielSonFocus
Replies: 4 Views: 3789
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2005 3:02 pm Subject: MbElement, IN, INOUT, MbElement[] |
Hi,
I can't find any samples or documention out there on how to take a reference to InputRoot make some changes to it in a Java Procedure and send back the modified OutputRoot. I can call the J ... |
Topic: Exception in HTTPRequest Node |
DanielSonFocus
Replies: 4 Views: 4612
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2005 10:50 am Subject: Exception in HTTPRequest Node |
You're getting the exception because your message does'nt have an MQMD.. Add a compute node after the HTTPRequest that will add the MQMD back to the message before it is put to your Output Queue... Li ... |
Topic: Sendmail (ia07) plug-in attachment feature not working. |
DanielSonFocus
Replies: 7 Views: 8480
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 5:55 am Subject: Sendmail (ia07) plug-in attachment feature not working. |
Jeff,
Thanks for the input... i was looking at creating a custom plug-in instead, i think it makes more sense in this case. And you're right, the JavaMail API has alot of great features, particul ... |
Topic: Sendmail (ia07) plug-in attachment feature not working. |
DanielSonFocus
Replies: 7 Views: 8480
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 5:24 am Subject: Sendmail (ia07) plug-in attachment feature not working. |
Does anyone have any ideas about the above? also i have a requirement to create some custom SMTP headers. I've looked through the IA07 documentation and it doesn't look like custom SMTP headers are su ... |
Topic: Sendmail (ia07) plug-in attachment feature not working. |
DanielSonFocus
Replies: 7 Views: 8480
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2005 4:27 pm Subject: Sendmail (ia07) plug-in attachment feature not working. |
I am on Windows XP in a dev environment and ultimately this will be deployed to AIX. Like i said the flow works and the SendMail plug-in works, it just wont send attachments. Here is the ESQL in my co ... |
Topic: Sendmail (ia07) plug-in attachment feature not working. |
DanielSonFocus
Replies: 7 Views: 8480
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2005 1:24 pm Subject: Sendmail (ia07) plug-in attachment feature not working. |
Hi,
i've installed the Sendmail plug-in (tooling and lil) and on my workbench and broker respectively. I'm able to send SMTP messages out to an email address but the attachments never come acro ... |
Topic: Follow up to Java API question |
DanielSonFocus
Replies: 14 Views: 15631
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2005 7:50 am Subject: Follow up to Java API question |
thanks for the feedback guys... im still plugging away at it. will make a post when i get it working |
Topic: Follow up to Java API question |
DanielSonFocus
Replies: 14 Views: 15631
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2005 6:09 am Subject: Follow up to Java API question |
woops sorry.. i meant to address the question about domain\user to jeff.. thanks. |