Questions tagged [mq-visual-edit]

MQ Visual Edit application allows users to view, manipulate and manage messages in a queue and/or topic of an IBM MQ (formally WebSphere MQ, MQSeries) queue manager and presents the data in a simplified format similar to a database utility or spreadsheet program.

MQ Visual Edit is a great tool for application programmers, JMS developers, quality assurance testers, and production support personnel. The tool allows for quick problem solving because the data is presented in a very logical and insightful manner.

7 questions
1
vote
1 answer

How do I find Queue Manager name when Queues are created via Websphere 6.1 running in RAD 7?

I am new to Websphere, and at this client site, we are running an older version of Websphere in an older version of RAD. I used a python script to define a queue factory and some queues, using a script provided by another individual at the site.…
Bill Turner
  • 869
  • 1
  • 13
  • 27
1
vote
1 answer

Deserialize an Object in the JMS message

Has anyone tried deserializing a JMS Object message from IBM MQ Visual Edit? I need to decipher an object that was send as a JMS message through MQ. I saved the message to a file and tried to read it using ObjectInputStream as…
Sherin Syriac
  • 447
  • 6
  • 13
0
votes
1 answer

mqjbnd64 not found in capitalware visual edit install

I've just installed the demo version of this but fail to connect to the default queue manager. The error in the logs shows me that configuration is not correct for the mq dlls 2022/09/29 17:12:49 MQCmdServer: isCmdServerRunning: Error: MQJE001:…
John H
  • 41
  • 5
0
votes
1 answer

Create and test a queue message by using MQ Visual Edit software

I am working on a spring boot project which is related to financial domain. I am using MQ Visual Edit Software to inject a financial message in a queue and test the message. Able to successfully connected to Queue manager server and import the…
0
votes
1 answer

How to send many messages in one go with MQ Visual Edit?

I’m using MQ Visual Edit V3 to inject financial messages in a queue. I’m able to inject one message but not several messages. The separator I use is \n. 1 message = 1 row But when I inject several messages only one is put in the queue and the…
Royce
  • 1,557
  • 5
  • 19
  • 44
0
votes
1 answer

Why RFH2 header is put before the message instead of in the header?

I need to create a message with RFH2 header and inject it in IBM MQ. Please find below how the message is created. def message = new MQMessage() def rfh2 = new…
Royce
  • 1,557
  • 5
  • 19
  • 44
0
votes
1 answer

How to send message with RFH2 format?

Question I need to inject messages in IBM MQ with JMeter. Format should be RFH2. I need to set Format field to empty and also change content of the header. Which kind of JMeter object should I used to do that? Can you help me please? Thanks a…
Royce
  • 1,557
  • 5
  • 19
  • 44