Author |
Message |
Topic: Securing User ID Password |
Amitha
Replies: 5 Views: 3551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2011 5:55 am Subject: Securing User ID Password |
By writing code?
You mean to say encrypt and store in DB and after retrieval decrypt it? these are look up tables, we insert records manually using insert sql. I don't know how to achieve this.
... |
Topic: Securing User ID Password |
Amitha
Replies: 5 Views: 3551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 01, 2011 2:11 pm Subject: Securing User ID Password |
We are storing User ID, password as plain text in a Database lookup table. This user ID ,password are passed in a webservice request(either encrypted or plain).
How do we secure user id and passwo ... |
Topic: WMB v7 Cert |
Amitha
Replies: 2 Views: 2121
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 01, 2011 7:29 am Subject: WMB v7 Cert |
Its targeted for this month:
http://www-03.ibm.com/certify/news/20080101.shtml |
Topic: Automating Builds using mqsicreatebar |
Amitha
Replies: 41 Views: 33119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2011 11:56 am Subject: Automating Builds using mqsicreatebar |
So we've given up trying to implement Continuious Integration.
Now the developers build the .bar file with one object per file. This is timestamped and put into source control. These .bar files are t ... |
Topic: Automating Builds using mqsicreatebar |
Amitha
Replies: 41 Views: 33119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2011 9:13 am Subject: Automating Builds using mqsicreatebar |
lancelotlinc. thanks for your inputs. Now i understand Hudson or Cruise control can be used on top of Ant.
But, to achieve build bar, I still need to use Ant. so, you suggest to to build complete ... |
Topic: Automating Builds using mqsicreatebar |
Amitha
Replies: 41 Views: 33119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2011 6:53 am Subject: Automating Builds using mqsicreatebar |
What is the end result of these two scenarios:
1. Deploy a bar file that has all the flows in it, but only one has been updated
With this, it is easier to track what was deployed previousl ... |
Topic: Automating Builds using mqsicreatebar |
Amitha
Replies: 41 Views: 33119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 3:09 pm Subject: Automating Builds using mqsicreatebar |
Hi,
I have an requirement to automate our build process, we plan to use ANT. We are using PVCS for code repository. The build machine is Windows XP.
Currently, I am able to build the complete ba ... |
Topic: Msg validation for a service with 2 interfaces - HTTP & |
Amitha
Replies: 22 Views: 8321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 23, 2010 11:15 am Subject: Msg validation for a service with 2 interfaces - HTTP & |
On MQInput node, the validation options are set to - XMLNSC, Messageset name, format and type are blank, parsing options immediate, validate content and value, throw exception in case of errors". ... |
Topic: Problems building a BAR with mqsicreatebar |
Amitha
Replies: 5 Views: 4767
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 2:25 pm Subject: Problems building a BAR with mqsicreatebar |
Can you post the mqsicreatebar you are using?
Did you try mqsicreatebar with -cleanBuild option? |
Topic: DB2 query fail in Mainframe. |
Amitha
Replies: 1 Views: 2683
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 12:50 pm Subject: DB2 query fail in Mainframe. |
Text:CHARACTER:
It is throwing an error because column is null. To overcome this error you can do this:
PASSTHRU( 'SELECT COALESCE(MAX(T.CD_RETURN),0) FROM Database.T_TCTRL T')
Please note, ... |
Topic: Question about InputExceptionList |
Amitha
Replies: 5 Views: 7878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 20, 2010 1:42 pm Subject: Question about InputExceptionList |
The only thing that is not in the ExceptionList is a flattened and localized "error message".
Hi mqjeff,
This is very informative. I was under the impression that exception list will h ... |
Topic: WMB7 and WMQ7 failover |
Amitha
Replies: 6 Views: 4025
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 14, 2010 3:01 am Subject: WMB7 and WMQ7 failover |
Here is the quote from Mutli instance broker configuration documentation:
Use the following guidance about how failover occurs for a multi-instance message broker:
An active broker instance fail ... |
Topic: WMB7 and WMQ7 failover |
Amitha
Replies: 6 Views: 4025
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 14, 2010 2:57 am Subject: WMB7 and WMQ7 failover |
Hi rahuldhanpal,
AFAIK, failure over happens only if QM process goes down. so, in your case test 2 is working as it is supposed to. Multi Instance Broker will not fail over until QM fails over. |
Topic: DB2 Licensing question |
Amitha
Replies: 9 Views: 6101
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 29, 2010 6:18 am Subject: DB2 Licensing question |
Generally a better design to send z/OS a MQ message, and have something on the mainframe (e.g. a CICS transaction) perform the database access and return the result in another MQ message.
Hi zpa ... |
Topic: DB2 Licensing question |
Amitha
Replies: 9 Views: 6101
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 29, 2010 5:59 am Subject: DB2 Licensing question |
Thanks Gayathri for quick reply.
Sorry I forgot to mention DB2 is on Mainframe z/OS. |