Author |
Message |
Topic: ACE v11.0.0.3 Issues |
shantanu1621
Replies: 0 Views: 2175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2019 11:28 pm Subject: ACE v11.0.0.3 Issues |
Hi All
I have worked on WMB6,8,IIB9,10
Now I am working on ACE v11.0.0.3. Here I am finding lot of changes from the one we had earlier. Personally I feel it still has lot of bugs so thought of shar ... |
Topic: LDAP Query - IIB |
shantanu1621
Replies: 6 Views: 8836
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2019 8:47 pm Subject: LDAP Query - IIB |
Thanks for all your inputs.
Yeah retrieving business data in LDAP is a bad idea. We have this in place since years. JNDI java compute node seems appropriate.
Thanks again!
Were you able to implem ... |
Topic: Certificate chaining error |
shantanu1621
Replies: 7 Views: 6787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2016 1:32 am Subject: Certificate chaining error |
Do you still have to restart the broker to include cacerts updates?
Yes restart is still needed but now we have mqsireload for that.
Whatever certs you put into cacerts will be trusted by the br ... |
Topic: Certificate chaining error |
shantanu1621
Replies: 7 Views: 6787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 9:27 pm Subject: Certificate chaining error |
I don't think it's an issue with the keystore itself.
I think it's an issue with the certs in the keystore.
But that's mostly a guess.
Thanks mqjeff,
Actually I read some where that while c ... |
Topic: Certificate chaining error |
shantanu1621
Replies: 7 Views: 6787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 4:20 am Subject: Certificate chaining error |
Thanks mqjeff
Certificate Chaining error usually means something like "you didn't add the full certificate signing chain". So you only added the personal cert, and not the root cert or on ... |
Topic: Certificate chaining error |
shantanu1621
Replies: 7 Views: 6787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 3:20 am Subject: Certificate chaining error |
Hi All
We have been facing the following issue for pas couple of days as there nedded to be a fresh installation of an SSL certificate in one of environment.
I followed following steps for certifica ... |
Topic: How to send e-mail by E-Mail node ? |
shantanu1621
Replies: 8 Views: 9306
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 25, 2015 3:01 am Subject: How to send e-mail by E-Mail node ? |
I think to display email body correct charset should be UTF8
I think you can try :
Outputlocalenvironment.Destination.Email.BodyContentType = 'text/html;charset=utf-8'; |
Topic: Send welcome EMAIL with perticular font type and size |
shantanu1621
Replies: 6 Views: 3513
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 10:34 pm Subject: Send welcome EMAIL with perticular font type and size |
The logical message tree doesn't know anything about fonts, except as elements.
If you are building a MIME document, you need to be aware that the MIME parser uses BLOB structures for individual ... |
Topic: Send welcome EMAIL with perticular font type and size |
shantanu1621
Replies: 6 Views: 3513
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 10:03 pm Subject: Send welcome EMAIL with perticular font type and size |
Probably the same way you would proceed with any mail merge program. Do you have the codes needed to switch the font?
Thanks for the reply fjp_saper . I dont have any code to switch the ... |
Topic: Send welcome EMAIL with perticular font type and size |
shantanu1621
Replies: 6 Views: 3513
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2015 7:58 pm Subject: Send welcome EMAIL with perticular font type and size |
Hi
We have a requirement of sending a welcome email once a confirmation is done (similar when we and done with creation of an account on some sites). The mail is a big mail with some specifications ... |