Author |
Message |
Topic: Does Topics in MQ Support Load Balancing? |
sridhsri
Replies: 11 Views: 7636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2014 9:46 am Subject: Does Topics in MQ Support Load Balancing? |
mqjeff is correct.
For this to work, you must use managed subscriptions. In the Java application you will supply the "client id". |
Topic: Does Topics in MQ Support Load Balancing? |
sridhsri
Replies: 11 Views: 7636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2014 7:48 am Subject: Does Topics in MQ Support Load Balancing? |
The notion of a client id is part of the JMS specification. It is not MQ specific. Every durable subscriber has a unique client id associated with it (if none is set by the user, then one is automatic ... |
Topic: Does Topics in MQ Support Load Balancing? |
sridhsri
Replies: 11 Views: 7636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 06, 2014 9:13 am Subject: Does Topics in MQ Support Load Balancing? |
I agree that explicitly creating subscriptions in MQ (with destination as a queue) is probably the best way to do it.
However, I think it is possible without doing that as well. If more than one s ... |
Topic: SOAP nodes participating in XA coordination |
sridhsri
Replies: 10 Views: 7296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 06, 2014 9:08 am Subject: SOAP nodes participating in XA coordination |
Are you sure it is WS Reliable Messaging? I thought one had to use WS Atomic Transaction for transaction coordination. I don't know if WS-AT is supported in broker. |
Topic: Anything like SSLPEER in WMB? |
sridhsri
Replies: 14 Views: 9983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2013 2:00 pm Subject: Anything like SSLPEER in WMB? |
I see the problem. You are right - i don't think there is a way to do this. You've already suggested using self-signed certs. That might be the only way. But you don't have to proliferate self-signed ... |
Topic: Anything like SSLPEER in WMB? |
sridhsri
Replies: 14 Views: 9983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2013 11:07 am Subject: Anything like SSLPEER in WMB? |
If you use DataPower, you can create a AAA policy in the web service proxy to add DN filtering. You can even maintain a "file" that contains a list of "allowed DNs" and have the WS ... |
Topic: Anything like SSLPEER in WMB? |
sridhsri
Replies: 14 Views: 9983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2013 10:38 am Subject: Anything like SSLPEER in WMB? |
Why not use something like IHS to proxy (and load balance) such requests? You can setup a trusted connection between IHS and the EG(s). |
Topic: Execute flow at Startup, Execute flow on Shutdown |
sridhsri
Replies: 8 Views: 6330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 25, 2013 10:03 am Subject: Execute flow at Startup, Execute flow on Shutdown |
For startup, you can use the Timer Node. I can't remember the details, but you can have the TimerNode trigger an event when the message flow starts (with a long enough time interval so that it doesn't ... |
Topic: IBM Integration Bus V9 |
sridhsri
Replies: 95 Views: 140797
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 23, 2013 5:09 am Subject: IBM Integration Bus V9 |
complementing DataPower which continues to evolve as IBM’s integration gateway appliance
Does it mean that DataPower (XI50/52 in particular) is no longer considered an ESB product in its own righ ... |
Topic: WMB v8 Event monitoiring use cases? |
sridhsri
Replies: 16 Views: 13010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 27, 2013 6:07 am Subject: WMB v8 Event monitoiring use cases? |
@Esa: I was commenting on the OP's use case #1 - To use "WMB's event emitting and monitoring capability" for audit. That feature is not meant for audit (depending on how you define it). |
Topic: WMB v8 Event monitoiring use cases? |
sridhsri
Replies: 16 Views: 13010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 27, 2013 4:59 am Subject: WMB v8 Event monitoiring use cases? |
Audit requirements can vary quite a bit (and some are driven by law). Audit usually means:
1. The audit process must be part of the same transaction as the message flow. A failure to publish an audit ... |
Topic: Tivoli use of Broker Monitoring Events |
sridhsri
Replies: 8 Views: 5889
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 15, 2013 8:34 am Subject: Tivoli use of Broker Monitoring Events |
We use a Tivoli product called Omnibus with MQ probe (that's probably not the official name for it). The MQ probe of Omnibus has a JMS listener and does listen to topics. There ability to add XSLTs to ... |
Topic: MQ with reverse proxies/proxies |
sridhsri
Replies: 3 Views: 4532
|
Forum: General IBM MQ Support Posted: Tue Jul 31, 2012 2:55 pm Subject: MQ with reverse proxies/proxies |
You might have a better chance with MQ IPT. |
Topic: WMB 6 - want to find flow name from output queue |
sridhsri
Replies: 12 Views: 9987
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 4:35 am Subject: WMB 6 - want to find flow name from output queue |
If I remember correctly, v6 still had a confimgr DB2 database. This database stored the contents of the .cmf file. I don't remember the name of the table now...
The contents .cmf (which is XML) wi ... |
Topic: Dynamic message aggregation |
sridhsri
Replies: 3 Views: 3137
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 10, 2012 7:47 am Subject: Dynamic message aggregation |
You could send the messages to MQ as a group. When you want to collect them on the MQ Input node, you can read them only when the group is complete. |