Author |
Message |
Topic: Securing WMQ connections from a web server |
jeasterl
Replies: 2 Views: 2783
|
Forum: General Discussion Posted: Fri Oct 12, 2012 8:33 am Subject: Securing WMQ connections from a web server |
Greetings!
We are looking into building an application on our web server that will use WebSphere MQ to send messages to our back end systems. Our security team has questions on best practices on ... |
Topic: Need to parse an XML message containin CDATA tag |
jeasterl
Replies: 7 Views: 12422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 26, 2011 12:44 pm Subject: Need to parse an XML message containin CDATA tag |
Okay, I am havinig some trouble traversing the XML tree embedded within the CDATA tag
I wanted to see if I could first access fields and data within the CDATA tag, so I attempted this statement:
... |
Topic: Need to parse an XML message containin CDATA tag |
jeasterl
Replies: 7 Views: 12422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 25, 2011 12:43 pm Subject: Need to parse an XML message containin CDATA tag |
Thank you both for your suggestions / feedback. To answer the question as to "why" we are even doing this, we are receiving the XML in the manner and really have no control around how it is ... |
Topic: Need to parse an XML message containin CDATA tag |
jeasterl
Replies: 7 Views: 12422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 25, 2011 11:23 am Subject: Need to parse an XML message containin CDATA tag |
I am looking for the best method for parsing an incoming XML message that contains a CDATA tag. For example, if an incoming message looks like this:
<?xml version="1.0" ?>
<dat ... |
Topic: Cannot send email with attachment using IA07 |
jeasterl
Replies: 0 Views: 2097
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 11, 2010 9:38 am Subject: Cannot send email with attachment using IA07 |
I am attempting to use the IA07 Support Pac - WebSphere Business Integration Message Broker - Sendmail Plug-In and send an email with an attachment. However, I have not been able to successfully do it ... |
Topic: Configuring Mirco Focus Cobol program to run as MQ Client |
jeasterl
Replies: 5 Views: 4789
|
Forum: General Discussion Posted: Tue Sep 14, 2010 1:40 pm Subject: Configuring Mirco Focus Cobol program to run as MQ Client |
I am not developer either We "think" we have recompiled the code against the client libraries...been looking for something concete in the documentation that tells exactly what we should b ... |
Topic: Configuring Mirco Focus Cobol program to run as MQ Client |
jeasterl
Replies: 5 Views: 4789
|
Forum: General Discussion Posted: Tue Sep 14, 2010 1:13 pm Subject: Configuring Mirco Focus Cobol program to run as MQ Client |
We have a Micro Focus Cobol program that has been running on HP-UX and connecting to a local queue manager. A business decision was made to move all queue managers to Windows. We need to configure the ... |
Topic: Globally replace '&'s in XML using WMB (ESQL) |
jeasterl
Replies: 3 Views: 3773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 08, 2010 12:49 pm Subject: Globally replace '&'s in XML using WMB (ESQL) |
One of our interfaces is receiving a message that contains the '&' character, similar to the mesage below:
<?xml version="1.0"?>
<WPS_INVC_PROCESS>
<MESSAGE_GROUP> ... |
Topic: Setting up a process on UNIX |
jeasterl
Replies: 13 Views: 10639
|
Forum: General Discussion Posted: Thu Jan 21, 2010 6:52 am Subject: Setting up a process on UNIX |
Couple of dumb questions here:
1) what is the TMC
2) Does anyone have any example of how I would strip out the parameters that the trigger monitor is upset about so I can get it what it needs to t ... |
Topic: Setting up a process on UNIX |
jeasterl
Replies: 13 Views: 10639
|
Forum: General Discussion Posted: Wed Jan 20, 2010 1:47 pm Subject: Setting up a process on UNIX |
Application Queue:
1 : dis ql(TRIGGER_QUEUE)
AMQ8409: Display Queue details.
DESCR( ) PROCESS(TEST_PROCESS)
BOQNAME( ) INIT ... |
Topic: Setting up a process on UNIX |
jeasterl
Replies: 13 Views: 10639
|
Forum: General Discussion Posted: Tue Jan 19, 2010 12:34 pm Subject: Setting up a process on UNIX |
Still nothing
Waiting for a trigger message
/home/USER/tools/q 'TMC 2TRIGGER_QUEUE
EST_PROCESS
/home/USER/tools/q
... |
Topic: Setting up a process on UNIX |
jeasterl
Replies: 13 Views: 10639
|
Forum: General Discussion Posted: Tue Jan 19, 2010 9:25 am Subject: Setting up a process on UNIX |
I have created a process called TEST_PROCESS on HP-UX. The process should use the Q program to create a message in a directory when the message arrives on a queue. Below is the definition of the proce ... |
Topic: Generating the JNDI file |
jeasterl
Replies: 3 Views: 4175
|
Forum: General Discussion Posted: Wed Aug 19, 2009 12:44 pm Subject: Generating the JNDI file |
CLASSPATH=D:\Program Files\IBM\WebSphere MQ\java\lib\com\ibm.mq.jar;D:\Program Files\IBM\WebSphere MQ\Tools\Java\base;D:\Program Files\IBM\WebSphere MQ\java\lib\com.ibm.mq.amt.jar;D:\Program Files\IBM ... |
Topic: Generating the JNDI file |
jeasterl
Replies: 3 Views: 4175
|
Forum: General Discussion Posted: Tue Aug 18, 2009 12:24 pm Subject: Generating the JNDI file |
I was wondering if anyone had any hints or tips for creating the JNDI file for connecting to a WebSphere queue manager. I have been tryin to follow the documentation
http://publib.boulder.ibm.com/i ... |
Topic: MO71 security problems |
jeasterl
Replies: 8 Views: 19708
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 14, 2009 6:52 am Subject: MO71 security problems |
That was the trick. I forgot about MQ's strict domain level restrictions. Once I granted the AD\jeaster access, there were no further issues with MQMON.
Thanks for all of your assistance! |