Author |
Message |
Topic: SHARED ROW (cache) and ATOMIC |
grebenar
Replies: 5 Views: 8363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 12, 2020 6:38 am Subject: SHARED ROW (cache) and ATOMIC |
My problem with putting READS into atomic blocks, that also those threads (12-24 copies) will be blocked to execute the same query (from the cache) the same time, so they will not only concur with the ... |
Topic: SHARED ROW (cache) and ATOMIC |
grebenar
Replies: 5 Views: 8363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2020 2:34 am Subject: SHARED ROW (cache) and ATOMIC |
Thanks for the answer!
I deployed the change to the prod environment last Friday, and it seems that we're getting the error again.
I modified my code this way:
SetCache: BEGIN ATOMIC
... |
Topic: SHARED ROW (cache) and ATOMIC |
grebenar
Replies: 5 Views: 8363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 04, 2020 1:31 am Subject: SHARED ROW (cache) and ATOMIC |
Hello,
I've read many topics regarding SHARED valiables and ATOMIC operations, and of course the IIB documentation, but thy still not answered my question.
We have a message router application i ... |
Topic: REST call with HTTPRequest GET with no message body |
grebenar
Replies: 6 Views: 6005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 02, 2020 2:48 am Subject: REST call with HTTPRequest GET with no message body |
Huh, your suggestions helped a lot! The Output tree order was wrong.
It should have Properties, HttpRequestHeader, BLOB. (Previously BLOB was the second)
Now both cases (GET without body, POST with ... |
Topic: REST call with HTTPRequest GET with no message body |
grebenar
Replies: 6 Views: 6005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 02, 2020 12:50 am Subject: REST call with HTTPRequest GET with no message body |
...so why are you now trying to send data now, what has changed?
I'm building a centralized proxy, that provides virtual URLs for clients to call web services, and logs the messages.
It might ge ... |
Topic: REST call with HTTPRequest GET with no message body |
grebenar
Replies: 6 Views: 6005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 01, 2020 3:49 pm Subject: REST call with HTTPRequest GET with no message body |
Hello,
Thanks for your reply, I tried it for your suggestion.
Unfortunately I get "Invalid parser sequence" error when I call the HTTPRequest node with a payload (I have data in InputRoot. ... |
Topic: REST call with HTTPRequest GET with no message body |
grebenar
Replies: 6 Views: 6005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 31, 2020 1:41 pm Subject: REST call with HTTPRequest GET with no message body |
Hello,
I'm trying to find out how to issue a HTTP call with no message body, using HTTPRequest node.
What I'd like to do is to call a REST service with HTTP GET method, which uses only the URL a ... |
Topic: Problem connecting to QM from Glassfish, using JMS with SSL |
grebenar
Replies: 5 Views: 10134
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 09, 2014 2:55 am Subject: Problem connecting to QM from Glassfish, using JMS with SSL |
Glassfish has its own key/trust stores, which have the correct MQ certs imported. I've used these (Glassfish) keystores to connect to the qmgr from my JMS sample, no problem in connecting. Fun starts ... |
Topic: Problem connecting to QM from Glassfish, using JMS with SSL |
grebenar
Replies: 5 Views: 10134
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 09, 2014 1:18 am Subject: Problem connecting to QM from Glassfish, using JMS with SSL |
Sure, I checked that message, too. I found "No certificate chain was built". Which is something I don't understand, since the qmgr keystore is good, and the client jks keystore is good also. ... |
Topic: Problem connecting to QM from Glassfish, using JMS with SSL |
grebenar
Replies: 5 Views: 10134
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 07, 2014 10:21 am Subject: Problem connecting to QM from Glassfish, using JMS with SSL |
Hello,
we've been trying to solve a connection problem.
We have an application in Glassfish which uses JMS messaging. It can connect to a qmgr with a non-ssl client channel, and operates well.
Wh ... |
Topic: Compression over MQ channels |
grebenar
Replies: 12 Views: 11525
|
Forum: General IBM MQ Support Posted: Wed Jan 31, 2007 7:29 am Subject: Compression over MQ channels |
Hmm, I don't think. We have normal SVRCONN and CLNTCONN channels.
The SVRCONN had COMPMSG(ZLIBFAST), and it didn't work neither, that's why i changed it to ANY.
Maybe 6.0.2.0 will do better. I'll tr ... |
Topic: Compression over MQ channels |
grebenar
Replies: 12 Views: 11525
|
Forum: General IBM MQ Support Posted: Wed Jan 31, 2007 6:25 am Subject: Compression over MQ channels |
I use AMQCLCHL.TAB file, the chl def is the following:
dis chl(SUBA_T1_C_01_COMPR)
3 : dis chl(SUBA_T1_C_01_COMPR)
AMQ8414: Display Channel details.
CHANNEL(S ... |
Topic: Compression over MQ channels |
grebenar
Replies: 12 Views: 11525
|
Forum: General IBM MQ Support Posted: Wed Jan 31, 2007 5:48 am Subject: Compression over MQ channels |
Hello Pathipati,
I just wanted to check somehow that compression is working, before we go live with it. Then I was surprised that I saw the uncompressed message in the TCP/IP monitor.
Then I took a ... |
Topic: Compression over MQ channels |
grebenar
Replies: 12 Views: 11525
|
Forum: General IBM MQ Support Posted: Mon Jan 29, 2007 9:06 am Subject: Compression over MQ channels |
Hello,
I'm also having problems with channel compression, between a HP-UX Itanium and Windows 2003 SE.
I'd like to have compression on a CLNTCONN channel. I set COMPMSG to ZLIBFAST both on SVRCONN ... |
Topic: Running channel does not transfer messages |
grebenar
Replies: 12 Views: 8049
|
Forum: General IBM MQ Support Posted: Tue Apr 11, 2006 12:42 am Subject: Running channel does not transfer messages |
There is no firewall betwwen this two QMs. The QM names are unique, most of the messages are persistent. Batch interval is 0.
The related definitons are:
ALTER QLOCAL(SYSTEM.DEFAULT.LOCAL.QUEUE) ... |