Author |
Message |
Topic: Is it possible to store a Arraylist in Global cache.? |
iShakir
Replies: 6 Views: 6457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 7:48 am Subject: Is it possible to store a Arraylist in Global cache.? |
Try:
MbGlobalMap map = MbGlobalMap.getGlobalMap("test_map");
map.put("test_key", new ArrayList<String>());
This should work. |
Topic: Is it possible to store a Arraylist in Global cache.? |
iShakir
Replies: 6 Views: 6457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 6:33 am Subject: Is it possible to store a Arraylist in Global cache.? |
Have you tried it? The cache should accept Java serializable objects. |
Topic: Chef Cookbook for Integration Bus v9 |
iShakir
Replies: 5 Views: 59168
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 24, 2014 2:51 am Subject: Chef Cookbook for Integration Bus v9 |
Some more assets in this area:
Blog Articles:
[url=https://www.ibm.com/developerworks/community/blogs/c7e1448b-9651-456c-9924-f78bec90d2c2/entry/how_to_use_chef_cookbooks_to_automate_install_and_c ... |
Topic: Can we Flush Entire Global Cache at once?? |
iShakir
Replies: 15 Views: 18675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 1:36 am Subject: Can we Flush Entire Global Cache at once?? |
Edit, that code you have written will ensure that any data written to the cache during your session lives for only 60 seconds, unless it is subsequently updated during that time.
I would also like ... |
Topic: Caching Node JDBC Intricasies. |
iShakir
Replies: 1 Views: 3436
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 05, 2014 12:30 am Subject: Caching Node JDBC Intricasies. |
Which cache node is this?
I would consider looking up the Global Cache in the product information center:
http://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc2378 ... |
Topic: Issue with Broker port 7800 in multi instance setup |
iShakir
Replies: 6 Views: 7108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 02, 2014 3:56 am Subject: Issue with Broker port 7800 in multi instance setup |
Hmm, seems hard to diagnose without your environment. I certainly haven't heard of an issue like this before. Some other member of the community may have seen something like this before, but failing t ... |
Topic: Issue with Broker port 7800 in multi instance setup |
iShakir
Replies: 6 Views: 7108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 02, 2014 12:22 am Subject: Issue with Broker port 7800 in multi instance setup |
Is this in any way regular or predictable? (I'm wondering if you'll be able to capture some trace?)
When you say inaccessible, what error are you getting on the client? Host not found or similar? |
Topic: Global Cache Implementation in MB8 |
iShakir
Replies: 4 Views: 5763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2014 12:46 am Subject: Global Cache Implementation in MB8 |
Can you try the default policy again?
mqsistop brokerName
mqsichangebroker brokerName -b default
mqsistart brokerName
If the cache still fails to start up, can you post the results of:
mqsi ... |
Topic: trial install on linux |
iShakir
Replies: 3 Views: 5665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2014 12:38 am Subject: trial install on linux |
As in the version you posted (v8 ), or the latest supported version (v9)? |
Topic: Global Cache Implementation in MB8 |
iShakir
Replies: 4 Views: 5763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2014 6:56 am Subject: Global Cache Implementation in MB8 |
Ghostly is right we need to know which of these you are using:
- One of the inbuilt policies (e.g. the default policy)
- An XML policy file (And if so, what is it?)
- Direct configuration of the ... |
Topic: trial install on linux |
iShakir
Replies: 3 Views: 5665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2014 12:28 am Subject: trial install on linux |
Do you need the installation to be a particular version? It gets easier as you choose newer versions!
[url=https://ibm.biz/iibopenbeta]IIB v10 Open Beta
[url=https://www14.software.ibm.com/webapp/ ... |
Topic: Problem accessing Stand-alone Xtreme Scale Grid |
iShakir
Replies: 5 Views: 7079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2014 12:11 am Subject: Problem accessing Stand-alone Xtreme Scale Grid |
Upgrade to the latest fix pack level. This function was released in one of the fix packs, and it's possible that it's not in the level you're currently at. |
Topic: iib v next |
iShakir
Replies: 4 Views: 5332
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 19, 2014 1:20 am Subject: iib v next |
Beta-specific questions may be better aimed here:
https://ibm.biz/iibopenbetaforum
I imagine more of the development team will be around on there! |
Topic: mqsicvp no verification test on datasource |
iShakir
Replies: 13 Views: 13951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2014 3:00 am Subject: mqsicvp no verification test on datasource |
Sorry, this is on UNIX/LINUX only. I always struggle to get links out of product infocentres:
http://pic.dhe.ibm.com/infocenter/wmbhelp/v9r0m0/index.jsp
Just search for mqsicvp and follow the ... |
Topic: mqsicvp no verification test on datasource |
iShakir
Replies: 13 Views: 13951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2014 2:00 am Subject: mqsicvp no verification test on datasource |
Is ODBCINI set? If you set ODBCINI in the broker, then all datasources should be verified by mqsicvp <broker_name>. |