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

Tibco-Ems Failover Issue

I have 2 Tibco-Ems Servers running, with fault tolerant setup. If one server is not available, the active server switches to the failover server as expected. However, every now and then I get strange errors. Then the new active server…
DanielG
  • 1,217
  • 1
  • 16
  • 37
3
votes
2 answers

What should the client do while the TIBCO EMS server attempts failover?

The TIBCO EMS user's guide (pg 292) says: The backup server will work indefinitely to either A) become the primary server or B) reconnect to the primary server. It also says clients may receive fail-over notification when the switch is…
Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
3
votes
4 answers

Connect to EMS JMS queue using Spring + SSL

I'm having some issues to create a connection to (and reading from) a Tibco EMS JMS queue, using SSL and mutual authentication with certicates. Here is my Spring config:
user2393009
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

Strange, but clearly specific font-sizes when using ems

I have noticed that websites that use ems for fonts generally have strange, but clearly specific numbers for example: in a popular reset css - normalize.css I found that has a h3 set to 1.17em, h4 to 1.33em and h5 to 1.67em, why is this? Is there a…
user1945912
  • 597
  • 3
  • 9
  • 19
3
votes
1 answer

How to indicate that a JMSTemplate.receive() should use a DurableSubscriber

I want to do this without using the xml configuration. I am toying with Spring JMS to see if it meets my needs. Is there anyway of doing a synchronous receive using the JmsTemplate jmsTemplate = new…
subodh
  • 337
  • 2
  • 6
  • 18
2
votes
0 answers

How can I post updates for deleted records using TEMSDataSetResource in RAD Server 11

I have created a simple new Rad Server Package with resource with a data module to access a Firebird 3.05 database running on Ubuntu 18.0.4. I included sample endpoints and a database endpoint with one table from the database. I modified the created…
2
votes
1 answer

Weblogic EJB connection to external Tibco EMS JMS Queue

I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI lookup names are valid. My WL foreign server details: JNDI Initial Context Factory:…
ChrisM
  • 113
  • 1
  • 2
  • 7
2
votes
3 answers

Tibco Designer

I am doing a project with tibco designer and require an xml document to be required to be repeated to 3 destinations with some tags modified. I was thinking of doing this in JAVA with a tokeniser, but I was wondering if TIBCO designer 5.3 has this…
2
votes
2 answers

Message bridge between TIBCO EMS and Solace EMS

We are migrating from TIBCO EMS to Solace EMS and in order to minimize any disruption, we are trying to bridge the messages from TIBCO to Solace. Information from TIBCO Support is that messages cannot be routed to another JMS provider, however I…
2
votes
2 answers

A business scenario that could involve integration of a number of IT systems using JMS?

Can anyone give me some suggestions of a business scenarios where I can implement Java Messaging Services (JMS). The message can be sent either by queue(point-to-point) or topic (regular/durable subscription). I will be using JMS (enabled through…
dwyane
  • 21
  • 4
2
votes
2 answers

Running a script in EMS

I tried to get the ACLs of Q n Topics but one by one. Can we run a script in EMS to get the ACLs of required queues r topics into a file.? Thanks in advance. Regards, Vijay
user2094955
  • 37
  • 1
  • 6
2
votes
3 answers

All I have is a Tibco.EMS.dll, what else do I need?

All I have is a Tibco.EMS.dll version 5.1.4.0 for .NET, what else do I need? Anyone know where I can download a manual? Do I need anything else like like other DLLs or config files? Any help would be appreciated. Thanks
AnthonyLambert
  • 8,768
  • 4
  • 37
  • 72
2
votes
1 answer

How can I integrate my own XA transaction manager with Apache Camel?

I'm trying to create a router to integrate a number of JMS topics & Queues. I am constrained by the fact the client I am working for can't change the JMS implementation (TibCo EMS with some custom client libraries) and the fact that they have…
jamess
  • 160
  • 1
  • 9
2
votes
1 answer

What is the difference between a Web Service and an Enterprise Messaging System?

From what I understand both transfer data of a certain format between points. What exactly is the difference between the two? Are there any examples that can help differentiate the two?
user3587754
  • 831
  • 2
  • 7
  • 20
2
votes
2 answers

java zip to binary format and then decompress

I have a task that read a zip file from local into binary message transfer binary message through EMS as String (done by java API) receive transferred binary message as String (done by java API) decompress the binary message and then print it…
hk6279
  • 1,881
  • 2
  • 22
  • 32
1
2
3
8 9