Author |
Message |
Topic: mqsiProfile and mqsideploy problema |
odsa84
Replies: 4 Views: 3718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 24, 2016 7:08 am Subject: mqsiProfile and mqsideploy problema |
I already tryed that option of the .bat file but doesn't work either,
This was my .bat file (profilerBatch.bat)
@echo off
echo Seteando el environment(Set Environment)
cd "C:\ ... |
Topic: mqsiProfile and mqsideploy problema |
odsa84
Replies: 4 Views: 3718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 24, 2016 6:19 am Subject: mqsiProfile and mqsideploy problema |
Sorry my friend...
I don't know how to do your first option
run Jenkins in a shell that has the mqsiprofile applied
how can I do that?, to mention that I'm a Windows 7 user by now.
And the secon ... |
Topic: mqsiProfile and mqsideploy problema |
odsa84
Replies: 4 Views: 3718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 24, 2016 5:42 am Subject: mqsiProfile and mqsideploy problema |
Good morning...
I'm using "IIB 10.0.0.3" and "apache ant 1.9.7"
I'm trying to run from jenkins a Build.xml file with ANT commands, but when he try to run the mqsideploy target I ... |
Topic: sending emails with attachments |
odsa84
Replies: 9 Views: 5814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 12:13 pm Subject: sending emails with attachments |
mqjeff
What would be the benefit to do that?
Use SOAP/JMS to write the message to the queue using the SOAPRequest node.
I'm using a simple MQOutput node and the message goes to the queue and the ... |
Topic: sending emails with attachments |
odsa84
Replies: 9 Views: 5814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 10:53 am Subject: sending emails with attachments |
There is somthing that I didn't mention before and maybe is important, the soap xml structure that I send is for a service that send the message to a queue and then my email service read from the queu ... |
Topic: sending emails with attachments |
odsa84
Replies: 9 Views: 5814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 7:00 am Subject: sending emails with attachments |
VishnuPrasadS thanks for your replay
What do you means exactly when you say "attachments as part of soap xml structure".
My service going to need some parametres, an email object with send ... |
Topic: sending emails with attachments |
odsa84
Replies: 9 Views: 5814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 13, 2016 1:24 pm Subject: sending emails with attachments |
Hello I have an Email Output node to send mails, but these mails can came with attachments files. I did this in my compute node
"SET OutputRoot.BLOB.adjunto = CAST( OutputRoot.XMLNSC.Input.adju ... |