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 58 matches
Author Message
  Topic: Browse messages + RFH2 data in case there is such..
vasilev

Replies: 4
Views: 373

PostForum: IBM MQ Java / JMS   Posted: Thu Mar 21, 2024 1:02 am   Subject: Browse messages + RFH2 data in case there is such..
Thank you, @Roger!
  Topic: Browse messages + RFH2 data in case there is such..
vasilev

Replies: 4
Views: 373

PostForum: IBM MQ Java / JMS   Posted: Wed Mar 20, 2024 9:01 am   Subject: Browse messages + RFH2 data in case there is such..
The question is if i have to make CMQC.MQGMO_PROPERTIES_FORCE_MQRFH2 always or there is better way.

Ok i will test
  Topic: Browse messages + RFH2 data in case there is such..
vasilev

Replies: 4
Views: 373

PostForum: IBM MQ Java / JMS   Posted: Tue Mar 19, 2024 11:49 pm   Subject: Browse messages + RFH2 data in case there is such..
Hello,
I am reading messages and message data with PCF agent.
I also need to read the RFH2 header and data in case the message is in this format.
Can I use the same approach here and add some if ...
  Topic: messageData limited with application activity trace
vasilev

Replies: 1
Views: 146

PostForum: General IBM MQ Support   Posted: Fri Mar 15, 2024 7:09 am   Subject: messageData limited with application activity trace
I have answered myself ..

#define MAX_FORMAT_DATA_LEN (40) /* Max bytes to print of message data */


So here is the other question .. if I change this to 10000, what will be the change to ...
  Topic: messageData limited with application activity trace
vasilev

Replies: 1
Views: 146

PostForum: General IBM MQ Support   Posted: Fri Mar 15, 2024 6:43 am   Subject: messageData limited with application activity trace
Hello,

I have configured mqat.ini like:


AllActivityTrace:
ApplClass=USER
ActivityInterval=1
ActivityCount=100
TraceLevel=MEDIUM
TraceMessageData=10000
StopOnGetTraceMsg=O ...
  Topic: api exit like amqsaxe in more readable format - resolved
vasilev

Replies: 7
Views: 399

PostForum: General IBM MQ Support   Posted: Sun Mar 03, 2024 1:09 am   Subject: api exit like amqsaxe in more readable format - resolved
Morag, thanks.

I have read your pdf instruction, also found an idea of how to output the trace to JSON - with amqsevt (same I am using for monitoring) and this is what I need.
  Topic: api exit like amqsaxe in more readable format - resolved
vasilev

Replies: 7
Views: 399

PostForum: General IBM MQ Support   Posted: Sat Mar 02, 2024 10:34 pm   Subject: api exit like amqsaxe in more readable format - resolved
hello Morag,

yes, and some sort of message tracking, here i want to limit the string of a message body to 500 chars because i guess if it is not limited it will be a big load and traffic. and anoth ...
  Topic: api exit like amqsaxe in more readable format - resolved
vasilev

Replies: 7
Views: 399

PostForum: General IBM MQ Support   Posted: Fri Mar 01, 2024 1:54 pm   Subject: api exit like amqsaxe in more readable format - resolved
I have created another char * function , returning char that concatenate with strcat the buffer .
the idea behind this is to print each exit in json text and put the content to MQ, that is why only t ...
  Topic: api exit like amqsaxe in more readable format - resolved
vasilev

Replies: 7
Views: 399

PostForum: General IBM MQ Support   Posted: Fri Mar 01, 2024 6:25 am   Subject: api exit like amqsaxe in more readable format - resolved
I have experimented with :

char outStrMQPUT
BEFORE 2024-03-01 15:22:17 1709302937.933184
Hconn: (0x7ffed4baea9c) 0x140000 ...
  Topic: api exit like amqsaxe in more readable format - resolved
vasilev

Replies: 7
Views: 399

PostForum: General IBM MQ Support   Posted: Fri Mar 01, 2024 3:45 am   Subject: api exit like amqsaxe in more readable format - resolved
Hello,
there is a lot information about API Exits and amqsaxe.
I dont find info how to use only the information that is interesting for us - like messagedata, application connected - not in HEX fo ...
  Topic: mqsiwebuseradmin via java code ?
vasilev

Replies: 0
Views: 226

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 14, 2024 1:15 am   Subject: mqsiwebuseradmin via java code ?
Hello,
does somebody have such findings.. if it is possible to create/edit the user or password of web user like mqsiwebuseradmin .
I see some jar files here but i don't find classes and sample cod ...
  Topic: mqsiapplybaroverride with java ?
vasilev

Replies: 1
Views: 281

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Feb 08, 2024 11:19 am   Subject: mqsiapplybaroverride with java ?
just found what I need.
Posting here if somebody else is interested.


https://www.javatips.net/api/iib-maven-plugin-master/src/main/java/ch/sbb/maven/plugins/iib/utils/ApplyBarOverride.java
  Topic: mqsiapplybaroverride with java ?
vasilev

Replies: 1
Views: 281

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 07, 2024 12:22 am   Subject: mqsiapplybaroverride with java ?
Hello colleagues,
I have tried to find information if this is possible but there is no info.
I want to use IntegrationApi for such cases for IIB10 and Rest Api for ACE12.
Is this possible and if ...
  Topic: delete all resources from EG
vasilev

Replies: 1
Views: 302

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 05, 2024 10:47 am   Subject: delete all resources from EG
.. it will be good to stop the application before deleting it


Enumeration<ApplicationProxy> allAppsInThisEG = EG.getApplications(null);
while (allAppsInThisEG.hasMoreElemen ...
  Topic: delete all resources from EG
vasilev

Replies: 1
Views: 302

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 02, 2024 2:28 am   Subject: delete all resources from EG
Hello,
I am trying to delete all deployed resources from EG, perhaps it is not so correct:


Enumeration<DeployedObject> deplRes=EG.getDeployedObjects();
while (de ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.