Author |
Message |
Topic: SendMailPlugIn dynamically setting the host and port |
jdevassy
Replies: 4 Views: 2966
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2011 1:38 am Subject: SendMailPlugIn dynamically setting the host and port |
Thanks for the replies...
@smdavies99, Yes, we are on an older version of the Broker (6.0.0.2). This is an interim solution.
@mqsiuser, different nodes for each environment may be the option in ... |
Topic: SendMailPlugIn dynamically setting the host and port |
jdevassy
Replies: 4 Views: 2966
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2011 10:30 pm Subject: SendMailPlugIn dynamically setting the host and port |
Hi,
I am using the SendMail plugin fomr IA07. Can I dynamically set the host and port from the incoming message to the node rather than setting it on the SMTP property of the node?
Thanks in adv ... |
Topic: SendMailPlugIn 'From' field setting from input message |
jdevassy
Replies: 3 Views: 2202
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2011 2:26 am Subject: SendMailPlugIn 'From' field setting from input message |
thanks for the reply.
I was able to send mail just with details from the input message by giving blank on SMTP sender properties.
But it does not give an option of a dispplay name(In the Inbox i ... |
Topic: SendMailPlugIn 'From' field setting from input message |
jdevassy
Replies: 3 Views: 2202
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2011 6:35 pm Subject: SendMailPlugIn 'From' field setting from input message |
Hi,
We are using MB 6.0.008 and I have a requirement to receive and send mails out. I have installed the SendMailPlugIn to test this on a Windows pc and works OK with the From name set on the node ... |
Topic: Broker stripping new line characters |
jdevassy
Replies: 10 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 15, 2010 4:02 pm Subject: Broker stripping new line characters |
eg:
Input XML Doc:
<Root>
<Child name=" me 
 and

you "/>
</Root>
Output XML Doc:
<Root>
<Child name=" ... |
Topic: Broker stripping new line characters |
jdevassy
Replies: 10 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 15, 2010 3:59 pm Subject: Broker stripping new line characters |
Kimbert,
According to the xml specification, the line feeds in xml attributes will be normalised on parsing. We have now put a work around by escaping the X'0a chars on the input message and it wor ... |
Topic: Broker stripping new line characters |
jdevassy
Replies: 10 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 14, 2010 3:46 pm Subject: Broker stripping new line characters |
Kimbert,
I think the issue is, the input value is in an XML attribute. And apparently the xml attributes will loose the line feed where as the elements will retain it.
In order to test this I crea ... |
Topic: Broker stripping new line characters |
jdevassy
Replies: 10 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 13, 2010 8:12 pm Subject: Broker stripping new line characters |
Thanks Kimbert,
"....the XML processor MUST behave as if it normalized all line breaks in external parsed entities (including the document entity) on input, before parsing, by translating both ... |
Topic: Broker stripping new line characters |
jdevassy
Replies: 10 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 12, 2010 6:07 pm Subject: Broker stripping new line characters |
Hi,
I have an issue with broker handling the new line character.
The input and the output are xml and one of the fields in the inout has new line character as part of the field value, but after ... |
Topic: Handling PDF or RTF in Message Broker |
jdevassy
Replies: 6 Views: 3875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 07, 2010 4:19 pm Subject: Handling PDF or RTF in Message Broker |
thanks every one, I will let you know how I go with this...
JD |
Topic: Handling PDF or RTF in Message Broker |
jdevassy
Replies: 6 Views: 3875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 06, 2010 8:16 pm Subject: Handling PDF or RTF in Message Broker |
btw, where is the EmailOutput node in 6.0 tool kit?
Thanks, |
Topic: Handling PDF or RTF in Message Broker |
jdevassy
Replies: 6 Views: 3875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 06, 2010 8:02 pm Subject: Handling PDF or RTF in Message Broker |
Thanks Jeff.
I might use xslt to do this conversion, but broker uses xslt 1.1 and xalan processor, I am not sure whether xslt 1.1 supports these conversions.
regards,
JD |
Topic: Handling PDF or RTF in Message Broker |
jdevassy
Replies: 6 Views: 3875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 06, 2010 5:37 pm Subject: Handling PDF or RTF in Message Broker |
Hi,
I have a requirement to generate a PDF or a Word Document out of a xml file and SMTP to a server.
Is there any way we can acheive this using Broker. I am using MB 6.0.
Thanks,
JD |
Topic: broker date parsing error |
jdevassy
Replies: 4 Views: 3069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 10, 2010 6:22 pm Subject: broker date parsing error |
Hi,
I have changed the DateTime format to yyyy-mm-ddZZZ and it now works ok with Validation option 'Content', but fails for 'Content and Value'.
thanks
jd |
Topic: broker date parsing error |
jdevassy
Replies: 4 Views: 3069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 10, 2010 5:03 pm Subject: broker date parsing error |
Thanks mqjeff,
so should I give the DateTime format as yyyy-MM-ddZZZ ?
regards, |