ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 959 matches
Author Message
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Sun May 05, 2019 4:31 am   Subject: MQ API Exit - can't get message properties [Solved]
A late update - I solved this a few days later. The problem was that the MQGMO version on the MQGET makes a big difference. If it's V1, like in amqsget, then even if there are properties in the messag ...
  Topic: Using MQMHBUF overwrites message data
hopsala

Replies: 2
Views: 12487

PostForum: IBM MQ API Support   Posted: Sun May 05, 2019 4:28 am   Subject: Using MQMHBUF overwrites message data
So here's my scenario:
I am writing an MQ API Exit (yes, this is necessary, please let's put that discussion aside for now...), hooking into the PutBefore entry point.

Let's say that the user does ...
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Sat Feb 16, 2019 7:05 am   Subject: MQ API Exit - can't get message properties [Solved]
If you don't want to convert the RFH2 buffer into a message property buffer using MQBUFMH, and instead want to use message handles, then read the following in Knowledge Center:-


Well, my reasonin ...
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Sat Feb 16, 2019 7:00 am   Subject: MQ API Exit - can't get message properties [Solved]
I still wouldn't do it. My other post is a better solution.
The gyst of it is that I'm writing a product which needs to change MQ behavior for all other MQ apps, without touching their code, so anyt ...
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Fri Feb 15, 2019 2:25 pm   Subject: MQ API Exit - can't get message properties [Solved]
gbaddeley and RogerLacroix - thanks for the input. I am aware that exits are being a last resort, as I tell to all my clients. Believe me I wouldn't be doing it if there was another way
I can't ...
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Mon Feb 11, 2019 6:57 am   Subject: MQ API Exit - can't get message properties [Solved]
Great, those are two solid directions. I'll try them out and write back what I find

Thanks a bunch!

p.s Morag your internals presentations have been extraordinarily helpful through the years. Mu ...
  Topic: MQ API Exit - can't get message properties [Solved]
hopsala

Replies: 15
Views: 31157

PostForum: IBM MQ API Support   Posted: Fri Feb 08, 2019 1:08 pm   Subject: MQ API Exit - can't get message properties [Solved]
Hello friends,

I need to write an API exit (not something I do every day, but now it's necessary) that gets a particular field from the fprintf(fp, " Buffer : %s\n", str ...
  Topic: Locking mechanism in IIB 10 Global Cache
hopsala

Replies: 3
Views: 5983

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 20, 2016 10:52 pm   Subject: Locking mechanism in IIB 10 Global Cache
Thanks fjb! That's exactly what I needed So all locking features are included in IIB 10?

(I'm asking because I remember reading that not all Extreme Scale features are available with b ...
  Topic: Locking mechanism in IIB 10 Global Cache
hopsala

Replies: 3
Views: 5983

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 20, 2016 5:43 am   Subject: Locking mechanism in IIB 10 Global Cache
Hi guys, long time, how is everyone doing?

I've got an interesting conundrum for you. I'm trying to implement the following caching scenario: I want to load data from a file before any flow starts ...
  Topic: IIB 9 - client-authenticating an individual certificate
hopsala

Replies: 7
Views: 6938

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Aug 16, 2014 10:48 am   Subject: IIB 9 - client-authenticating an individual certificate
Hey there,
So we all know (that IIB can client-authenticate HTTPS clients against a CA certificate which is in its trust store.
What I'm wondering, is how I can make sure that only a single certifi ...
  Topic: SSL Session Caching (DP firmware 6)
hopsala

Replies: 1
Views: 7217

PostForum: WebSphere DataPower   Posted: Tue Apr 01, 2014 12:55 pm   Subject: SSL Session Caching (DP firmware 6)
bump

this looks like a long and complex question, but really it's quite simple - does anyone have any experience with SSL caching and can tell me what they've found?

cheers!
  Topic: SSL Session Caching (DP firmware 6)
hopsala

Replies: 1
Views: 7217

PostForum: WebSphere DataPower   Posted: Sun Mar 30, 2014 12:23 pm   Subject: SSL Session Caching (DP firmware 6)
Hey,

So I've been looking into DP's session caching parameters in the SSL Proxy Profile:
1a. Server-Side Session Caching (on/off)
1b. Server-Side Cache Timeout (seconds)
1c. Server-Side Cache Si ...
  Topic: RFE - vote for WMB / IIB to verify JDBC and FTP connections
hopsala

Replies: 5
Views: 6165

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Mar 15, 2014 1:43 am   Subject: RFE - vote for WMB / IIB to verify JDBC and FTP connections
a handy feature! voted
  Topic: RFE - vote for adding command to reload trust store
hopsala

Replies: 1
Views: 2960

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Mar 15, 2014 1:42 am   Subject: RFE - vote for adding command to reload trust store
in the tradition of Senõr zpat:
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=26306

much obliged!
  Topic: Certificate store refresh
hopsala

Replies: 11
Views: 11677

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 10, 2012 12:05 pm   Subject: Certificate store refresh
no I meant the JVM java.security file.
It is loaded at jvm start but can be overriden by and app.security file.
Look it up in the lit. Not sure about the exact file name.
Looked it up, ...
Goto page 1, 2, 3 ... 62, 63, 64  Next Page 1 of 64

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.