Questions tagged [ems]

The common acronym for the general idea of an "enterprise messaging service," or "enterprise messaging system," a set of published Enterprise-wide standards that allows organizations to integrate computer systems that may be very different by sending semantically precise messages between them.

121 questions
0
votes
1 answer

to initialize fault tolerant connection,remote server returned error

Am getting below error while adding EMS as in FT mode. I have mentioned EMS server name as "EMS-SERVER" in tibemsd.conf file. Can you please tell me from where "E4EMS-SERVER" value is taking??? ERROR: Server failed to recover state.WARNING:…
0
votes
1 answer

EMS Performance Issue

I am writing a service which serves stateless incoming requests. The requests are all mathematical calculation, which does not take very long to execute ( max 2ms). I use Tibco EMS to communicate between client/server. A client library is provided…
Kevin
  • 5,972
  • 17
  • 63
  • 87
0
votes
3 answers

Multiple receivers for a sing EMS Q

I have deployed a process in tibco admin and one of the queue(Q in the process starter of this process) configured has always 2 receivers. I am not sure why this is happening. if i stop this process then it goes to 0 receivers.i have also verified…
venkat
  • 61
  • 1
  • 4
  • 11
0
votes
1 answer

Error while configuring EMS with Database in Fault Tolerant mode

I am trying to setup my EMS in FT Mode, I have configured all the parameters in the 2 EMS config files. But Im getting the warning: Unable to initialize fault tolerant connection, remote server returned 'invalid user name' Servername and password…
Hakan Kiyar
  • 1,199
  • 6
  • 16
  • 26
0
votes
2 answers

Efficient use of consumers with Spring Integration and WebSphere when using XA transactions

I am using Spring Integration (2.2.0) with WebSphere (8.0.0.x), in order to send messages via JMS (Tibco EMS). Communication between components is working fine, but we have observed huge latencies between the messaging hops. These are in line with…
Jose Gómez
  • 3,110
  • 2
  • 32
  • 54
0
votes
1 answer

Tibco EMS - File to Database Configuration issue with JVM

I am configuring Tibco EMS 7.0 server on Solaris 10 from the default file based store to a Database Store (Oracle RAC). Starting the instance the log shows the following JVM error: 2014-09-18 14:34:36.729 Logging into file…
user1888167
  • 131
  • 3
  • 9
0
votes
1 answer

TIBCO EMS set queue exclusive property programmatically

How can I set the exclusive/non-exclusive property of a tibco queue programmatically? I want to be able to set the queue as non-exclusive when I crate it in my application. For example, if I use the following code to craete the…
junwin
  • 19
  • 4
0
votes
1 answer

TIBCO BW How to get the request from web service and publish the same (XML) to EMS

I am a new to Tibco BW development and have a specific task to perform but have no clues how to. I am creating a http SOAP web service in BW. I need to get the ONLY Request XML ( not the SOAP header) and then that request XML need to be published as…
dsmeha
  • 5
  • 3
0
votes
1 answer

Get number of messages on TIBCO EMS(with SSL implemented and having connection factories) queue from TIBCO BW

I wanted to know the number of messages on an EMS queue. With below TibjmsAdmin admin = new TibjmsAdmin(in_var_server,in_var_username,in_var_password); QueueInfo info = admin.getQueue(in_var_queue); out_var_1 =…
0
votes
1 answer

Powershell: How to pass variable correctly to command

I apologize if I butchered the terminology for this, and understand I'm very new to PowerShell. I have read over some of the guides and this concept is clearly not getting through to me. Concept: I want to remove a mobile device from a user in…
Eclipse00
  • 3
  • 2
0
votes
2 answers

read jms message from queue using selector

I have a client in java which send a jms message in a queue ("queue-request"). The message contains a int property ("id") containing the unique client id number. The message is being processed and than lands in another queue ("queue-respond"). How…
benst
  • 553
  • 2
  • 12
  • 32
0
votes
1 answer

Camel SEDA queue messages before sending Spring

I am sending messages after processing via EMS using Camel. I have something like the following in Spring: <--! More routes below --> The…
adamjmarkham
  • 2,150
  • 2
  • 18
  • 26
0
votes
3 answers

TIBCO EMS Retry logic

We have one application server running our c# windows service and one server running TIBCO EMS. Both of the servers will be restarted at different time during the week. When the application server come back online first, we like the c# windwos…
Stratford
  • 135
  • 1
  • 1
  • 11
0
votes
3 answers

Em font size is adding margin to the top of my h1?

I started using a CSS reset (YUI) for the first time with my personal site at http://www.tommaxwell.me, and it has helped a lot with cross-browser compatibility. However, in webkit browsers (Chrome, Safari), the ems font size seems to be adding…
Tom Maxwell
  • 9,273
  • 17
  • 55
  • 68
0
votes
2 answers

What input does the Exchange get-mailbox command accept?

Please bear with me if this question sounds too stupid.. but I am very confused as what does the Exchange get-mailbox command accepts as the identity input. According to Microsoft's documentation,…
Barry Chum
  • 829
  • 3
  • 14
  • 23
1 2 3
8
9