Author |
Message |
Topic:WS-Security in SOAP Request node |
meekings
Replies: 7 Views: 6024
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Feb 07, 2013 9:59 am Subject: WS-Security in SOAP Request node |
Thanks, lancelotlinc - that did the trick, once I'd figured out that I also needed Default Propagation for the Security Profile.
Onward and upward, to implement security properly - before I send mq ... |
Topic:WS-Security in SOAP Request node |
meekings
Replies: 7 Views: 6024
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 9:37 am Subject: WS-Security in SOAP Request node |
Same values as for soapUI. I wondered if it might have something to do with the "Preemptive" authorization, which I don't know how to emulate in broker. |
Topic:WS-Security in SOAP Request node |
meekings
Replies: 7 Views: 6024
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 9:16 am Subject: WS-Security in SOAP Request node |
I can access a web service successfully from soapUI, providing security info via the Aut tab, with Authorisation type Preemptive, and username and password set.
When I put the following message thr ... |
Topic:Changing delimiter in TDS format |
meekings
Replies: 2 Views: 2366
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2012 8:12 am Subject: Changing delimiter in TDS format |
That's it! Thank you. |
Topic:Changing delimiter in TDS format |
meekings
Replies: 2 Views: 2366
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2012 7:44 am Subject: Changing delimiter in TDS format |
I'm running the sample XML2CSV flow, and it generates comma-separated output as expected. I changed the delimiter in the CSV messageSet.mset from "," to "|", and redeployed. But I ... |
Topic:MQ JMS/RADWARE MQJMS 1017 temp queue error? |
meekings
Replies: 5 Views: 7953
|
Forum:IBM MQ Java / JMS Posted: Sat Apr 09, 2005 1:11 pm Subject: MQ JMS/RADWARE MQJMS 1017 temp queue error? |
I'm using a cluster. Unfortunately, MQ clustering load balances messages within a connection, but not connections. I have client connections that need load balancing across several "gateway" queue man ... |
Topic:MQ JMS/RADWARE MQJMS 1017 temp queue error? |
meekings
Replies: 5 Views: 7953
|
Forum:IBM MQ Java / JMS Posted: Fri Apr 08, 2005 3:11 pm Subject: Similar issue with bigIP |
I'm encountering a similar problem using bigIP that load balances across two queue managers. When I look at the JMS trace, it seems to be connecting twice, but only for temp queues (if I use a local q ... |
Topic:Large Open for Output count on transmit queue |
meekings
Replies: 2 Views: 4864
|
Forum:WebSphere Message Broker (ACE) Support Posted: Mon Feb 21, 2005 6:12 am Subject: Large Open for Output count on transmit queue |
This must be one of the longest and most comprehensive responses I've seen here! EXTREMELY helpful. Thanks, Craig. |
Topic:mqseries- msmq bridge |
meekings
Replies: 2 Views: 3072
|
Forum:IBM MQ Java / JMS Posted: Thu Feb 17, 2005 2:13 pm Subject: IQMessenger |
Take a look at IQMessenger/IQJump at www.idi-middleware.com. |
Topic:Large Open for Output count on transmit queue |
meekings
Replies: 2 Views: 4864
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Feb 17, 2005 11:13 am Subject: Large Open for Output count on transmit queue |
If I use rfhutil (from SupportPac IH03) to write a message to two different queues on a remote queue manager, I see the “open for output count” (OOC) on the transmit queue increase by 1.
If I put ... |
Topic:Durable subscriptions, publications to different qmgr |
meekings
Replies: 0 Views: 1524
|
Forum:IBM MQ Java / JMS Posted: Thu Oct 07, 2004 6:51 am Subject: Durable subscriptions, publications to different qmgr |
Is it possible, in JMS, to set up a durable subscription that will cause publications to be sent to a different queue manager? That is, can the "subscribe" and "pick up publications" be de-coupled so ... |
Topic:Clustered JMS queues |
meekings
Replies: 1 Views: 2103
|
Forum:IBM MQ Java / JMS Posted: Mon Aug 25, 2003 10:43 am Subject: Clustered JMS queues |
The standard JMS queues are listed in the doc as:
SYSTEM.JMS.ADMIN.QUEUE
SYSTEM.JMS.REPORT.QUEUE
SYSTEM.JMS.MODEL.QUEUE
SYSTEM.JMS.PS.STATUS.QUEUE
SYSTEM.JMS.ND.SUBSCRIBER.QUEUE
SYST ... |
Topic:Topic level security with LDAP |
meekings
Replies: 3 Views: 3137
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Aug 14, 2003 8:23 am Subject: Topic level security with LDAP |
Does anyone know if/how topic level security for pub/sub can be set up using LDAP? The broker is running on Solaris 8. |
Topic:How many backout's on message before sent to dead letter Q? |
meekings
Replies: 11 Views: 6970
|
Forum:General IBM MQ Support Posted: Tue Apr 29, 2003 3:50 am Subject: How many backout's on message before sent to dead letter Q? |
Every queue manager has its own dead letter queue - or should have. Sounds like yours doesn't - the DEADQ parameter should have a value associated with it, usually SYSTEM.DEAD.LETTER.QUEUE. You can fi ... |
Topic:How many backout's on message before sent to dead letter Q? |
meekings
Replies: 11 Views: 6970
|
Forum:General IBM MQ Support Posted: Mon Apr 28, 2003 6:13 am Subject: How many backout's on message before sent to dead letter Q? |
The dead letter queue used will be the one associated with the queue manager. Use runmqsc with "DISPLAY QMGR" to find out what it is.
You have to create the rules table with your favourite editor, an ... |