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
21
votes
3 answers

EMS, ESB and MOM, JMS

What is the relation and differences between the following terms? Enterprise Messaging System (EMS) Enterprise Service Bus (ESB) Message Oriented Middleware (MOM) Java Messaging Service (JMS)
sampath
  • 211
  • 1
  • 2
  • 3
13
votes
3 answers

TIBCO EMS Failover reconnect for C# (TIBCO.EMS.dll)

We have a TIBCO EMS solution that uses built-in server failover in a 2-4 server environment. If the TIBCO admins fail-over services from one EMS server to another, connections are supposed to be transfered to the new server automatically at the EMS…
ScottCher
  • 14,651
  • 6
  • 26
  • 25
7
votes
4 answers

Tibco EMS vs. MSMQ vs. MQ

Could not find an answer on this question, so would like to initiate this: Tibco EMS vs. MSMQ vs. MQ. How do these 3 technologies compare? Which one is better and in which kinds of scenarios? Specifically, I think to use one of these in SOA…
user998819
7
votes
2 answers

JMS equivalent in .Net

I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is to 2 fold. 1 is to hide the complexity of programming from the developers (i know its not very complex but still simplify it…
rauts
  • 1,018
  • 9
  • 21
5
votes
1 answer

send EMS messages using smsj api

I am new to java programming. I have used smsj api to send messages from pc to mobile through a gsm modem. I have succesfully been able to send plain text messages using SmsSender.sendTextSms(msg, reciever, sender) as well as unicode messages using…
newbee
  • 409
  • 2
  • 12
  • 34
4
votes
2 answers

Implementing a JMS Request-Reply. Queue vs Topic?

I understand that there are different ways (or permutations) to implementing a JMS Request-Reply mechanism, i.e. request queue and response queue, request topic and response topic, or a mix of either. What I would like to know is, (1) what is the…
Deyang
  • 510
  • 6
  • 20
4
votes
1 answer

EWS Connection to Office365 fails - 401 Unauthorized

I need to make a VB .net tool to read email and save attachments. My company recently migrated from on-premise Exchange to Office 365. I have been reading EWS tutorials for 2 days now, and searching StackOverflow, but cannot get past the most basic…
MarkF
  • 123
  • 1
  • 10
4
votes
3 answers

Tibco EMS Session sharing Connection object

Our connectivity to EMS code was initially ill-designed and created one TopicConnection object per topic that we listened to. So, in effect, whenever we subscribed to a topic, we create a new connection, a new session and, lastly, a new listener. We…
Szymon Rozga
  • 17,971
  • 7
  • 53
  • 66
4
votes
1 answer

Delphi EMS FireDAC: How to pass parameter from client to server using EMS?

I am working on the simple client server application using EMS (i.e: for future iOS application) in Delphi. On the client unit, I have EMSProvider and EMSFireDACClient which fetches data from a Database (MSSQL) through a Datasource. On the server…
A_R
  • 109
  • 2
  • 12
3
votes
2 answers

In TIBCO EMS (or other JMS), how do I create a scalable request/response processor?

I'm working on a server side project providing a request/response service over TIBCO EMS and am looking for advice on best practice to archive scalability as well as low latency in this service. I'm doing this on .NET, but as TIBCO EMS is supposedly…
SoftMemes
  • 5,602
  • 4
  • 32
  • 61
3
votes
3 answers

Connect to EMS JMS queue using Spring3 + JNDI

I'm having some issues create a connection to (and reading from) a Tibco EMS JMS queue.
ChrisM
  • 113
  • 1
  • 2
  • 7
3
votes
5 answers

How to know who is connected to a Tibco EMS Queue

We are using a Tibco EMS Queue to send messages. We are the publisher. Whenever we are publishing messages it seems someone is consuming that. When we asked the other team who is subscribing, they said they are not consuming. Is it possible to know…
Naveen Chakravarthy
  • 819
  • 2
  • 15
  • 30
3
votes
1 answer

Tibco jms with spring boot

I’m working on spring boot with tibco ems project. Required to create producer nd consumer configurations. Could any one guide with configurations
srinivasV
  • 31
  • 1
  • 2
3
votes
2 answers

How to create YAML documentation using EMS documentation attributes

I have just started experimenting with RAD Server. One of the features that make the investment attractive is the self documenting API’s feature, which would save a lot of work in supporting external partners connecting to our REST interfaces, and…
3
votes
1 answer

Tibco - Max flow limit property

I have a process with max flow limit enabled. The value being set at 10. Its a Asyn process and used to get thousands of messages daily. We noticed that at peak time, with the increase in messages in queue in EMS server, the performance of the tibco…
GKN
  • 107
  • 1
  • 2
  • 8
1
2 3
8 9