User Tools

Site Tools


development:applications:ticketer:ebonding:config:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

development:applications:ticketer:ebonding:config:start [2017/02/03 16:56] – created adowlingdevelopment:applications:ticketer:ebonding:config:start [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 + --- //[[anna.dowling@errigal.com|Anna Dowling]]//====== The Ticketer and eBonding ======
  
 +==== Configuration Parameters ====
 +The Config.groovy file associated with the Ticketer requires some parameter settings to allow for the behaviour described above to function properly.
 +
 +**These parameters are as follows:**
 +
 +{{:development:applications:ticketer:ebonding:screen_shot_2017-02-03_at_14.49.40.png|}}
 +
 +//Figure 6//
 +
 +
 +==== Bootstrap Parameters ====
 +
 +The following section of the Bootstrap sets up the RabbitMQ connection, checks the config file parameters are enabled and if so sets up the queues and exchanges. It also handles the wait timeout before the connection gets dropped. Finally, the InBound Manager is started on successful connection. From here the classes associated with the gormListener are attached and the AuditProvider is started. The next section regarding AVC will discuss the AuditProvider in further detail.
 +
 +{{:development:applications:ticketer:ebonding:screen_shot_2017-02-03_at_14.53.16.png|}}
 +
 +//Figure 7//