Questions tagged [message]

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc. Not for use for error messages. Include additional tags to indicate messaging platform, programming language, etc.

Questions about sending and receiving messages of any kind. As this tag is vague, use a more specific tag instead if possible. For example, most questions about Facebook messages should have the tag for the programming language, , and possibly a tag for the API or framework you're using. If your question is about a , an , a window, a , an , … then use the appropriate tag instead. Do not use this tag (or any tag) to indicate that you tried something and got an error message.

4541 questions
1
vote
1 answer

WebSphere MQ Messages Disappear From Queue

I figured I would toss a question on here incase anyone has ideas. My MQ Admin created a new queue and alias queue for me to write messages to. I have one application writing to the queue, and another application listening on the alias queue. I am…
Kachopsticks
  • 125
  • 1
  • 13
1
vote
1 answer

JMS Custom message ordering

JMS Question:- Is there any way to change the messages order in JMSQUEUE based on custom rule/policy/strategy? Other then FIFO..
abhihere
  • 143
  • 1
  • 6
1
vote
1 answer

MQ Message gets delayed for Days

We use IBM WebSphere MQ for SWIFT messages. When a SWIFT message is received, it is processed and put into Local Queues as the processing goes on. Its like the follows : Outside World > Q1 > App > Q2 > App > Q3 > App The queues are local queues. But…
Midhun Agnihotram
  • 165
  • 1
  • 3
  • 15
1
vote
2 answers

How do I suppress the DOS window from Matlab?

I have 'inherited' Matlab code (A) that uses another compiled Matlab code (B). I do not have the source of B. B requires user intervention ('Hit return to continue'), and I need to use A in a loop. I need to do something so I would not need to hit…
katto
  • 11
  • 1
1
vote
2 answers

How to send events from file to event hub

I am new to EventHub and using Python scripts to send events one by one to Eventhub in my project. Is it possible to keep all the events in a file and send all of them together to EventHub? What I am trying to achieve is that: Sending thousands of…
1
vote
1 answer

ReactJS Redux Loading Image Dynamically from Variable

I am currently working on a React + Redux Project and wanted to use language messages to render an image. The problem is that, because the image name is dynamic (because of the language switching), I can't use require(imageVar) to load the…
Shai Shvili
  • 99
  • 1
  • 1
  • 6
1
vote
1 answer

thunderbird extension - iterate over messages in a folder

I'm writing a thunderbird extension that should monitor one or more folders (from the left pane of the application) and if there are messages added to one of the monitored folders, they are sent automatically via webdav to a server (for…
Andrei S
  • 6,486
  • 5
  • 37
  • 54
1
vote
1 answer

Merge branch in GIT and keep the commit message

I want to merge a branch in GIT and keep the COMMIT MESSAGE. Not wanted: git merge --no-edit This keeps the default message: Merge branch 'master' into develop Wanted: I want to copy the message: ACC-9187 Reformat code instead of the Merge branch…
Dimitri Dewaele
  • 10,311
  • 21
  • 80
  • 127
1
vote
1 answer

Jquery - Validation Plug in - Help with Error Messages +

I can't get this to work. I'm ready to eat my keyboard, seriously. This "answer" seems to work for everyone but me, which leads me to believe that I'm a complete shmoe. I need ALL error messages GONE. NOT THERE. ADIOS. IGNORED. All I want to do is…
adg
  • 35
  • 1
  • 2
  • 8
1
vote
3 answers

Providing un-intrusive messages on an iPhone

This is kind of a silly question, but I cannot find the answer as I don't know the terms with which to search for it. I am looking for a simple way of giving a 'status' message like 'Data updated' to the user without necessarily interrupting what…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
1
vote
1 answer

How to get ROS MSG length in python?

I have a problem that needs to count the length of each ROS topic msg. I modified rostopic(/opt/ros/smart-ros/lib/python2.7/dist-packages/rostopic / __ init__.py): Class CallbackEcho(object) -> Def callback (self, data, callback_args, current_time =…
wei hu
  • 13
  • 3
1
vote
1 answer

How to set maximum message characters limit in ejabberd

I would like to know how to set maximum limit to message characters in ejabberd. I want my users to send messages limited to 2000 characters. I've searched a lot but i have not find anything useful to solve this problem. Thanks in advance.
Vikto
  • 512
  • 1
  • 7
  • 19
1
vote
2 answers

How to get Powershell > Get-WinEvent > Security > Message > Access Mask that match 0x1 or 0x4

How to get Security ID 4663 where the Message is 0x1|0x4|etc. I have tried different code, I only want to log about 5 codes to a CSV, I can export to CSV, and I can pull 4663 ID's only, but I can't filter on the Message Access Mask which is text in…
1
vote
0 answers

How to display custom message from models.py in django

I need to display the custom message from models.py file for admin settings.How to write the message in models
Sujitha
  • 153
  • 9
1
vote
0 answers

How to fix code 215: Bad Authentication data on Twitter Oauth (Direct Messages)?

UPDATE 2 SOLVED, I was missing Header String tutorial instructions at https://developer.twitter.com/en/docs/basics/authentication/guides/authorizing-a-request.html Answer to my question: Headers must not contain any json data. Here's my fully…
riccor
  • 11
  • 1
  • 4