Author |
Message |
Topic: GlobalCache and Multiple Networks |
jhart
Replies: 9 Views: 5138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2013 7:10 am Subject: GlobalCache and Multiple Networks |
Note - don't get confused between mqsichangebroker and mqsichangeproperties.
You cannot set the listenerHost with mqsichangebroker. Policy file can be set with either.
The incantation in my previous ... |
Topic: GlobalCache and Multiple Networks |
jhart
Replies: 9 Views: 5138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2013 6:51 am Subject: GlobalCache and Multiple Networks |
Yes - that's correct. Update the broker-level listenerHost property first. Then set the policy file. Apologies for not making that clear.
By the way - to reduce restarts, you can set the policy fil ... |
Topic: GlobalCache and Multiple Networks |
jhart
Replies: 9 Views: 5138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2013 6:34 am Subject: GlobalCache and Multiple Networks |
Sorry - those should be in two different code blocks, for clarity:
mqsichangeproperties DEVBRKR -o CacheManager -n listenerHost -v localhost
<broker name="DEVBRKR" listenerHost="lo ... |
Topic: GlobalCache and Multiple Networks |
jhart
Replies: 9 Views: 5138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2013 6:31 am Subject: GlobalCache and Multiple Networks |
Hi - please read the first bit of my reply first
You can use localhost - but you have to set it at the broker level as well as in the policy file:
mqsichangeproperties DEVBRKR -o CacheManager - ... |
Topic: GlobalCache and Multiple Networks |
jhart
Replies: 9 Views: 5138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2013 6:00 am Subject: GlobalCache and Multiple Networks |
On point 1 :
mqsichangeproperties DEVBRKR -o CacheManager -n listenerHost -v 192.168.98.239
This is described in the following topic: http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/topic/co ... |
Topic: Global Cache - Catalogue Server |
jhart
Replies: 13 Views: 14119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 11, 2013 7:53 am Subject: Global Cache - Catalogue Server |
You'll have two BIP7162 messages in your event log (one for each catalog).
Or look at the ActivityLog for the GlobalCache resource manager in each EG.
All of them should have a BIP11109I (connect ... |
Topic: Global Cache - Catalogue Server |
jhart
Replies: 13 Views: 14119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2013 7:29 am Subject: Global Cache - Catalogue Server |
@smdavies99 - I would advise not using "-b none" to begin with. i.e. something like (again, bits missing) :
mqsicreatebroker DEVBRKR -i TestUser -a MyPassword1000 -q DEVBRKR
mqsichangebr ... |
Topic: Global Cache - Catalogue Server |
jhart
Replies: 13 Views: 14119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2013 5:59 am Subject: Global Cache - Catalogue Server |
Yes, you can absolutely run with multiple catalog servers - either within a single broker or across multiple brokers.
The simplest way to achieve this, with a single broker, is to use the sample\gl ... |
Topic: 8.0.0.1 Global Cache - limits, settings, performance, serial |
jhart
Replies: 10 Views: 16247
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 6:50 am Subject: 8.0.0.1 Global Cache - limits, settings, performance, serial |
Hello - just catching up on this thread, I'll attempt to add some value..
- The WXS grid within WMB (/IIB) has configuration xml files, much like any other WXS grid. However, these are really part ... |
Topic: WMB 8 Global Cache |
jhart
Replies: 22 Views: 29227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 19, 2013 7:43 am Subject: WMB 8 Global Cache |
In IBM Integration Bus v9, you can now store any Java object as a value in the cache, as long as implements Serializable/Externalizable.
You need to manage these "POJOs" separately from you ... |
Topic: Global Cache:Catalog service is unavailable |
jhart
Replies: 1 Views: 4336
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 06, 2013 5:23 am Subject: Global Cache:Catalog service is unavailable |
Hi Tony,
The first thing to check here is that both of your catalog servers are available.
Can you look in the syslogs around the time you restarted the brokers (after mqsichangebroker)? There wi ... |
Topic: eXtremeScale on WMB8 |
jhart
Replies: 22 Views: 28922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 08, 2013 6:32 am Subject: eXtremeScale on WMB8 |
Hi - Unless I'm missing something, the only mention of the 7166 in the earlier post looked something like this:
Insert
Type:INTEGER:5
Text:CHARACTER:<com.ibm.broker.plugin.MbRe ... |
Topic: eXtremeScale on WMB8 |
jhart
Replies: 22 Views: 28922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 08, 2013 1:50 am Subject: eXtremeScale on WMB8 |
Hello - Glad to hear some of this is now working for you!
I agree that the BIP7166 (as you've pasted it) looks a little misleading - but I'd still be interested in seeing the details (inserts) of t ... |
Topic: eXtremeScale on WMB8 |
jhart
Replies: 22 Views: 28922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 07, 2013 9:28 am Subject: eXtremeScale on WMB8 |
Hello - thanks for sending this. The syslog entries and mqsicacheadmin output suggest that the underlying WXS grid is healthy.
So the remaining questions are: what's the detail in the BIP7166 error ... |
Topic: eXtremeScale on WMB8 |
jhart
Replies: 22 Views: 28922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 07, 2013 12:43 am Subject: eXtremeScale on WMB8 |
Hello,
In this context, 'WMB' is the name of the embedded grid. The value you passed in to getGlobalMap (CacheName in your code) is the map name.
On the BIP7166, do you have the inserts from this? ... |